remove $+

This commit is contained in:
Emil Williams 2024-01-05 00:26:42 +00:00
parent e31c6adc26
commit 83a3c33f9c
No known key found for this signature in database
GPG Key ID: 5432DB986FDBCF8A

2
install.sh Executable file → Normal file
View 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}