Wrong command entered here. Need absolute path

Review URL: http://codereview.chromium.org/552058
This commit is contained in:
Chris Sosa 2010-01-19 18:40:55 -08:00
parent bf201ba640
commit a49e77f70b

View File

@ -76,8 +76,8 @@ if [ $FLAGS_test_mod -eq $FLAGS_TRUE ]
then then
echo "Modifying image for test" echo "Modifying image for test"
cp "${DEFAULT_FROM}/rootfs.image" "${DEFAULT_FROM}/rootfs_test.image" cp "${DEFAULT_FROM}/rootfs.image" "${DEFAULT_FROM}/rootfs_test.image"
. "${SCRIPTS_DIR}/mod_image_for_test.sh" --image rootfs_test.image "${SCRIPTS_DIR}/mod_image_for_test.sh" --image \
cd - "${DEFAULT_FROM}/rootfs_test.image"
fi fi
# Zip the build # Zip the build