projects
/
drupal-init-tools.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix double quoting, suggested by shellcheck
[drupal-init-tools.git]
/
libexec
/
new.sh
diff --git
a/libexec/new.sh
b/libexec/new.sh
index
a73b894
..
2064c89
100755
(executable)
--- a/
libexec/new.sh
+++ b/
libexec/new.sh
@@
-20,7
+20,7
@@
set -e
usage() {
cat <<EOF
-usage: drin $(basename
$0
.sh) [-h|--help] <destdir>
+usage: drin $(basename
"$0"
.sh) [-h|--help] <destdir>
Create a new Drupal project in the 'destdir' directory.