mirror of
https://github.com/wting/autojump
synced 2024-10-27 20:34:07 +00:00
Merge pull request #98 from wting/bash-fix_missing_die_function
bash: replace missing die function
This commit is contained in:
commit
5d69c84177
@ -49,7 +49,8 @@ while true; do
|
||||
if [ $# -gt 1 ]; then
|
||||
prefix=$2; shift 2
|
||||
else
|
||||
die "--prefix or -p require an argument"
|
||||
echo "--prefix or -p require an argument" 1>&2
|
||||
exit 1
|
||||
fi
|
||||
;;
|
||||
--)
|
||||
|
Loading…
Reference in New Issue
Block a user