(no commit message)
authorChris Larson <clarson@kergoth.com>
Thu, 18 Sep 2003 16:16:59 +0000 (16:16 +0000)
committerChris Larson <clarson@kergoth.com>
Thu, 18 Sep 2003 16:16:59 +0000 (16:16 +0000)
bin/oe/build.py

index 943e1ff..65e4a6b 100644 (file)
@@ -160,8 +160,6 @@ def exec_func_shell(func, d):
        data.emit_env(f, d)
 
        f.write("cd %s\n" % os.getcwd())
-       f.write("echo 'oenote $PWD'\n")
-       f.write("oenote $PWD\n")
        if func: f.write("%s || exit $?\n" % func)
        f.close()
        os.chmod(runfile, 0775)