mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-22 15:21:18 +00:00
Fix 2 remaining shellcheck errors
This commit is contained in:
parent
3b26388769
commit
95946c1f78
@ -7,6 +7,6 @@
|
||||
# -- pancake
|
||||
acr -p
|
||||
if [ -n "$1" ]; then
|
||||
echo "./configure $@"
|
||||
echo "./configure $*"
|
||||
./configure "$@"
|
||||
fi
|
||||
|
@ -45,7 +45,7 @@ logchk() {
|
||||
}
|
||||
|
||||
logcmd() {
|
||||
eval "( $@ ; logchk $? ) ${DOLOG}"
|
||||
eval "( $* ; logchk $? ) ${DOLOG}"
|
||||
}
|
||||
|
||||
r2uninstall() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user