aboutsummaryrefslogtreecommitdiff
path: root/bin/src
diff options
context:
space:
mode:
Diffstat (limited to 'bin/src')
-rwxr-xr-xbin/src2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/src b/bin/src
index 03987627..bedb9f9a 100755
--- a/bin/src
+++ b/bin/src
@@ -49,7 +49,7 @@ if(~ $#* 0) usage
ifs='
'
for(i){
- wi=`{which $i >[2]/dev/null}
+ wi=`{whatis $i >[2]/dev/null}
if(test -f $i) go $i
if not if(~ $#wi 1 && test -f $wi) go $wi
if not echo 'src: can''t find '$i