diff options
author | Fumitoshi UKAI <ukai@debian.or.jp> | 2003-03-10 18:07:20 +0000 |
---|---|---|
committer | Fumitoshi UKAI <ukai@debian.or.jp> | 2003-03-10 18:07:20 +0000 |
commit | ac34c0690da6fe2f6d523430a5ce40081717b06a (patch) | |
tree | 5d690c53cf7a35780e620181d309f038ce24dbfe /which | |
parent | fix indent (diff) | |
download | w3m-ac34c0690da6fe2f6d523430a5ce40081717b06a.tar.gz w3m-ac34c0690da6fe2f6d523430a5ce40081717b06a.zip |
* which: deleted
* makeallmomdel: deleted
From: Fumitoshi UKAI <ukai@debian.or.jp>
Diffstat (limited to '')
-rwxr-xr-x | which | 11 |
1 files changed, 0 insertions, 11 deletions
@@ -1,11 +0,0 @@ -#!/bin/sh -arg=$1 -for d in `echo $PATH | sed -e 's/:/ /g'` -do - if [ -x $d/$arg ]; then - echo $d/$arg - exit 0 - fi -done -echo "${arg}: Command not found." -exit 1 |