use "$@" instead of $@ for special char handling, too

This commit is contained in:
Hernani Marques Madeira 2006-01-15 22:29:14 +00:00 committed by Thomas Klausner
parent 9ff7ee8675
commit 8e4b3b2ae9
2 changed files with 2 additions and 2 deletions

View file

@ -24,5 +24,5 @@ cd ~
fi fi
export SDL_AUDIO_PLUGIN="nas" export SDL_AUDIO_PLUGIN="nas"
cd ${CONFDIR} cd ${CONFDIR}
${LIBDIR}/smc $@ ${LIBDIR}/smc "$@"
) )

View file

@ -15,5 +15,5 @@ cd ~
done done
${LIBDIR}/typespeed --makescore ${LIBDIR}/typespeed --makescore
fi fi
${LIBDIR}/typespeed $@ ${LIBDIR}/typespeed "$@"
) )