projects
/
drupal-init-tools.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
debian/{compat,control}: bump debhelper compatibility to 11
[drupal-init-tools.git]
/
drin.in
diff --git
a/drin.in
b/drin.in
index
4ba7583
..
b3abfae
100644
(file)
--- a/
drin.in
+++ b/
drin.in
@@
-18,7
+18,7
@@
set -e
set -e
-PROGNAME=$(basename
$0
)
+PROGNAME=$(basename
"$0"
)
LIBEXEC="@libexec@"
usage() {
LIBEXEC="@libexec@"
usage() {
@@
-35,7
+35,7
@@
EOF
for subcommand in ${LIBEXEC}/*.sh;
do
for subcommand in ${LIBEXEC}/*.sh;
do
- echo " $(basename
$subcommand
.sh)"
+ echo " $(basename
"$subcommand"
.sh)"
done
}
done
}
@@
-59,7
+59,7
@@
do
exit 1
else
shift
exit 1
else
shift
- exec
$subcommand
"$@"
+ exec
"$subcommand"
"$@"
fi
;;
esac
fi
;;
esac