diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2020-04-14 12:04:55 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2020-04-14 12:04:55 +0000 |
| commit | 43e535d28ce91e33669142e19309854e908b0ee3 (patch) | |
| tree | 6793b918f5edfa9809a176b109cd4569171c81b3 /bin | |
| parent | add rockspec (diff) | |
| download | alive-43e535d28ce91e33669142e19309854e908b0ee3.tar.gz alive-43e535d28ce91e33669142e19309854e908b0ee3.zip | |
shellcheck sh scripts
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/alv-copilot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/alv-copilot b/bin/alv-copilot index 68e8ebd..9341655 100755 --- a/bin/alv-copilot +++ b/bin/alv-copilot @@ -4,10 +4,10 @@ set -e tmpdir=$(mktemp -d) trap 'rm -rf "$tmpdir"' EXIT INT TERM HUP -ARGS="$@" +ARGS=$* FIFO=$tmpdir/fifo CONF=$tmpdir/conf -LIBDIR=$(dirname $0) +LIBDIR=$(dirname "$0") LUA_PATH="$LIBDIR/?.lua;$LIBDIR/?/init.lua;$LUA_PATH" cat > "$CONF" << 'EOF' |
