diff options
Diffstat (limited to 'documentation/dev-manual/common-tasks.rst')
-rw-r--r-- | documentation/dev-manual/common-tasks.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/dev-manual/common-tasks.rst b/documentation/dev-manual/common-tasks.rst index dba0885110..1acca8e64c 100644 --- a/documentation/dev-manual/common-tasks.rst +++ b/documentation/dev-manual/common-tasks.rst | |||
@@ -3486,7 +3486,7 @@ functions:: | |||
3486 | 3486 | ||
3487 | pydevshell> d.getVar("STAGING_DIR") | 3487 | pydevshell> d.getVar("STAGING_DIR") |
3488 | '/media/build1/poky/build/tmp/sysroots' | 3488 | '/media/build1/poky/build/tmp/sysroots' |
3489 | pydevshell> d.getVar("STAGING_DIR") | 3489 | pydevshell> d.getVar("STAGING_DIR", False) |
3490 | '${TMPDIR}/sysroots' | 3490 | '${TMPDIR}/sysroots' |
3491 | pydevshell> d.setVar("FOO", "bar") | 3491 | pydevshell> d.setVar("FOO", "bar") |
3492 | pydevshell> d.getVar("FOO") | 3492 | pydevshell> d.getVar("FOO") |