Page MenuHomeDevCentral

No OneTemporary

diff --git a/shell/script.sh b/shell/script.sh
index a31c397..afaf3fc 100755
--- a/shell/script.sh
+++ b/shell/script.sh
@@ -1,25 +1,25 @@
#!/bin/sh
# -------------------------------------------------------------
#
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Project: Nasqueron
# License: BSD-2-Clause
# -------------------------------------------------------------
set -e
# -------------------------------------------------------------
# Parse arguments
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
if [ $# -eq 0 ]; then
- echo "Usage: $(basename $0) <foo>" >&2
+ echo "Usage: $(basename "$0") <foo>" >&2
exit 1
fi
FOO=$1
# -------------------------------------------------------------
#
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

File Metadata

Mime Type
text/x-diff
Expires
Sun, Aug 24, 05:13 (1 d, 17 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2927005
Default Alt Text
(874 B)

Event Timeline