This commit is contained in:
Maxime Coste 2019-06-06 20:15:30 +10:00
commit e7ce72d822

View File

@ -54,7 +54,7 @@ The program passed as argument will be executed in the new terminal' \
# would be nicer to do in a single sed/awk call but that's difficult # would be nicer to do in a single sed/awk call but that's difficult
args=$( args=$(
for i in "$@"; do for i in "$@"; do
# special case to preserve empty variables as sed won't touch these # special case to preserve empty variables as sed will not touch these
if [ "$i" = '' ]; then if [ "$i" = '' ]; then
printf "'' " printf "'' "
else else