mirror of
https://github.com/denisidoro/navi
synced 2024-11-10 22:14:15 +00:00
Add double-quotes to arguments (#24)
This commit is contained in:
parent
04539f3b94
commit
9ef95ab2cc
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ export SCRIPT_DIR="$(cd "$(dirname "$0")/.." && pwd)"
|
|||
|
||||
script() {
|
||||
echo "#!/usr/bin/env bash"
|
||||
echo "${SCRIPT_DIR}/navi" '$@'
|
||||
echo "${SCRIPT_DIR}/navi" '"$@"'
|
||||
}
|
||||
|
||||
BIN="/usr/local/bin/navi"
|
||||
|
|
Loading…
Reference in a new issue