Skip to content

Commit

Permalink
Update get.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
neil authored Aug 15, 2016
1 parent 42207f1 commit afd3e54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion get.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
_exists() {
cmd="$1"
if [ -z "$cmd" ] ; then
_err "Usage: _exists cmd"
echo "Usage: _exists cmd"
return 1
fi
if type command >/dev/null 2>&1 ; then
Expand Down

0 comments on commit afd3e54

Please sign in to comment.