Index: src/scripts/package_script_whitelist.sh |
diff --git a/src/scripts/package_script_whitelist.sh b/src/scripts/package_script_whitelist.sh |
index 30b6f7aa610678c36fb273b51c78a508eebe1efa..9d1904dc6ec47dbf41e8b253c5fcf9b8457548c2 100755 |
--- a/src/scripts/package_script_whitelist.sh |
+++ b/src/scripts/package_script_whitelist.sh |
@@ -91,13 +91,18 @@ cat <<EOF > "$path" |
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
+# $file |
+ |
+set -e |
+ |
# \$ROOT - The path to the target root file system. |
# \$SRC_ROOT - The path to the source tree. |
-# $file |
- |
# TODO: The equivalent of $file running from outside of the target rootfs |
# that only uses tools from the build machine and not from the target. |
+ |
+exit 1 |
+ |
EOF |
chmod 0750 "$path" |
} |