]> diplodocus.org Git - nmh/blobdiff - etc/mhn.find.sh
new.c: Order two return statements to match comment.
[nmh] / etc / mhn.find.sh
index 8f128f7986794262f96e71c6a355274c43968c7c..3975617cb954319d17795f8c5e459371187199ca 100755 (executable)
@@ -2,7 +2,6 @@
 #
 # mhn.find.sh -- check if a particular command is available
 #
-# $Id$
 
 if test -z "$2"; then
     echo "usage: mhn.find.sh search-path program" 1>&2
@@ -37,4 +36,3 @@ for A in $SEARCHPATH; do
     fi
 done
 IFS="$oIFS"
-