ossp-pkg/shtool/sh.path 1.14 -> 1.15
--- sh.path 2000/06/18 10:48:38 1.14
+++ sh.path 2000/06/30 16:25:34 1.15
@@ -158,7 +158,7 @@
path=`echo $path | sed -e 's;/*$;;'`
if [ $minusx "$path/$name" ] && [ ! -d "$path/$name" ]; then
if [ ".$opt_s" != .yes ]; then
- echo "$path/$name" 2>&1
+ echo "$path/$name"
fi
exit 0
fi
|
|