Check-in Number:
|
58 | |
Date: |
2000-Jun-29 18:25:34 (local)
2000-Jun-29 16:25:34 (UTC) |
User: | rse |
Branch: | |
Comment: |
*** empty log message *** |
Tickets: |
|
Inspections: |
|
Files: |
|
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
|
|