OSSP CVS Repository

ossp - Difference in ossp-pkg/shtool/sh.mdate versions 1.12 and 1.13
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [History

ossp-pkg/shtool/sh.mdate 1.12 -> 1.13

--- sh.mdate     2003/02/11 12:56:40     1.12
+++ sh.mdate     2003/04/04 16:36:01     1.13
@@ -53,10 +53,10 @@
 LC_TIME=C; export LC_TIME
 
 #   get the extended ls output of the file or directory.
-if ls -L /dev/null >/dev/null 2>&1; then
-    set - x`ls -L -l -d $fod`
+if /bin/ls -L /dev/null >/dev/null 2>&1; then
+    set - x`/bin/ls -L -l -d $fod`
 else
-    set - x`ls -l -d $fod`
+    set - x`/bin/ls -l -d $fod`
 fi
 
 #   The month is at least the fourth argument

CVSTrac 2.0.1