aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Lukacs Berki <lberki@google.com>2016-08-04 10:38:36 +0000
committerGravatar Yun Peng <pcloudy@google.com>2016-08-04 12:27:39 +0000
commit25f3569127e8a528df8aa044fa5a24c7b2ae0ac5 (patch)
tree85d29529f2bead3b9fc861ac236007c8655a3de4
parent8c8857d21cd9a69d9c24155a7f36d4c74c27ce56 (diff)
Fix an embarrassing bug in the stub build-runfiles script used during bootstrapping.
It apparently happened not to make a difference, but still. -- MOS_MIGRATED_REVID=129314926
-rwxr-xr-xscripts/bootstrap/compile.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/bootstrap/compile.sh b/scripts/bootstrap/compile.sh
index f94aa410b3..4a7a3c572f 100755
--- a/scripts/bootstrap/compile.sh
+++ b/scripts/bootstrap/compile.sh
@@ -220,7 +220,7 @@ if [ "$1" == "$win_arg" ] || [ "$1" == "$manifest_arg" ];
then
shift
fi
-mkdir -p $2/MANIFEST
+mkdir -p $2
cp $1 $2/MANIFEST
EOF
chmod 0755 ${ARCHIVE_DIR}/_embedded_binaries/build-runfiles${EXE_EXT}