use "$@" instead of $@ for special char handling, too
This commit is contained in:
parent
9ff7ee8675
commit
8e4b3b2ae9
2 changed files with 2 additions and 2 deletions
|
@ -24,5 +24,5 @@ cd ~
|
|||
fi
|
||||
export SDL_AUDIO_PLUGIN="nas"
|
||||
cd ${CONFDIR}
|
||||
${LIBDIR}/smc $@
|
||||
${LIBDIR}/smc "$@"
|
||||
)
|
||||
|
|
|
@ -15,5 +15,5 @@ cd ~
|
|||
done
|
||||
${LIBDIR}/typespeed --makescore
|
||||
fi
|
||||
${LIBDIR}/typespeed $@
|
||||
${LIBDIR}/typespeed "$@"
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue