···2727 fi
28282929 if isScript "$i"; then
3030- if [ -e "$(dirname $i)/.$(basename $i)-wrapped" ]; then
3030+ if [ -e "$(dirname "$i")/.$(basename "$i")-wrapped" ]; then
3131 if grep -q -F "$TMPDIR" "$i"; then
3232 echo "wrapper script $i contains a forbidden reference to $TMPDIR"
3333 exit 1