remove $+
This commit is contained in:
parent
e31c6adc26
commit
83a3c33f9c
2
install.sh
Executable file → Normal file
2
install.sh
Executable file → Normal file
@ -2,5 +2,5 @@
|
||||
cd $(dirname "$(readlink -f "$0")")
|
||||
SUDO=${SUDO:-sudo}
|
||||
chmod +x shake
|
||||
./shake bake.c -s $+
|
||||
./shake bake.c -s
|
||||
$SUDO install -m 755 shake bake ${TARGET:-/usr/local/bin}
|
||||
|
Loading…
Reference in New Issue
Block a user