Fix 2 remaining shellcheck errors

This commit is contained in:
Maijin 2015-04-17 22:11:53 +02:00
parent 3b26388769
commit 95946c1f78
2 changed files with 2 additions and 2 deletions

View File

@ -7,6 +7,6 @@
# -- pancake
acr -p
if [ -n "$1" ]; then
echo "./configure $@"
echo "./configure $*"
./configure "$@"
fi

View File

@ -45,7 +45,7 @@ logchk() {
}
logcmd() {
eval "( $@ ; logchk $? ) ${DOLOG}"
eval "( $* ; logchk $? ) ${DOLOG}"
}
r2uninstall() {