Browse Source

remove $+

tags/v20240302
Emil Williams 4 months ago
parent
commit
83a3c33f9c
No known key found for this signature in database GPG Key ID: 5432DB986FDBCF8A
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      install.sh

+ 1
- 1
install.sh 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}

Loading…
Cancel
Save