1
0
mirror of https://github.com/wting/autojump synced 2024-09-28 22:10:45 +00:00

Fix typo (__aj_error -> __aj_err).

This commit is contained in:
Scott Olson 2015-07-06 23:12:35 -04:00
parent ffe22e1838
commit d188d7e675

View File

@ -91,7 +91,7 @@ function jo
case cygwin case cygwin
cygstart "" (cygpath -w -a (pwd)) cygstart "" (cygpath -w -a (pwd))
case '*' case '*'
__aj_error "Unknown operating system: \"$OSTYPE\"" __aj_err "Unknown operating system: \"$OSTYPE\""
end end
else else
__aj_err "autojump: directory '"$argv"' not found" __aj_err "autojump: directory '"$argv"' not found"