about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--scripts/config.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/config.sh b/scripts/config.sh
index f697b169de8..10c0ec0e293 100644
--- a/scripts/config.sh
+++ b/scripts/config.sh
@@ -1,3 +1,5 @@
+# Note to people running shellcheck: this file should only be sourced, not executed directly.
+
 set -e
 
 unamestr=$(uname)