From a49e77f70b59bb2e2f14a38512be6d58259dfe9e Mon Sep 17 00:00:00 2001 From: Chris Sosa Date: Tue, 19 Jan 2010 18:40:55 -0800 Subject: [PATCH] Wrong command entered here. Need absolute path Review URL: http://codereview.chromium.org/552058 --- archive_build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/archive_build.sh b/archive_build.sh index 3c2f20b014..3ceefa4eed 100755 --- a/archive_build.sh +++ b/archive_build.sh @@ -76,8 +76,8 @@ if [ $FLAGS_test_mod -eq $FLAGS_TRUE ] then echo "Modifying image for test" cp "${DEFAULT_FROM}/rootfs.image" "${DEFAULT_FROM}/rootfs_test.image" - . "${SCRIPTS_DIR}/mod_image_for_test.sh" --image rootfs_test.image - cd - + "${SCRIPTS_DIR}/mod_image_for_test.sh" --image \ + "${DEFAULT_FROM}/rootfs_test.image" fi # Zip the build