Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1416)

Unified Diff: src/scripts/archive_build.sh

Issue 552058: Wrong command entered here. Need absolute path (Closed)
Patch Set: Fix to long line Created 10 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/scripts/archive_build.sh
diff --git a/src/scripts/archive_build.sh b/src/scripts/archive_build.sh
index 3c2f20b0148ab91c222d7663f438dfefffead7d7..3ceefa4eedf9563cc31d94e7bae1b3a05eca2db3 100755
--- a/src/scripts/archive_build.sh
+++ b/src/scripts/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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698