Fix unbound variable errors
This commit is contained in:
@@ -119,7 +119,7 @@ parseList() {
|
||||
else
|
||||
error -e "Command list not found: $1"
|
||||
fi
|
||||
if [ ! -z "$1" ] && dry || interactive ; then
|
||||
if [ -n "${1:-}" ] && dry || interactive ; then
|
||||
read -p " Create template there y/[n]? " answer
|
||||
case "$answer" in
|
||||
y|Y)
|
||||
|
Reference in New Issue
Block a user