Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F11302736
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
874 B
Referenced Files
None
Subscribers
None
View Options
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
Details
Attached
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)
Attached To
Mode
rSNIPPETS Snippets
Attached
Detach File
Event Timeline
Log In to Comment