summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/util/ChangeLog4
-rw-r--r--src/util/lndir2
2 files changed, 5 insertions, 1 deletions
diff --git a/src/util/ChangeLog b/src/util/ChangeLog
index 431cb91a4..68db09dee 100644
--- a/src/util/ChangeLog
+++ b/src/util/ChangeLog
@@ -1,3 +1,7 @@
+Fri Apr 28 15:30:03 1995 Mark Eichin <eichin@cygnus.com>
+
+ * lndir (ls): use ls -a to get dotfiles too.
+
Fri Apr 28 10:59:25 1995 Mark Eichin <eichin@cygnus.com>
* reconf (usage): fix the whole message.
diff --git a/src/util/lndir b/src/util/lndir
index 89416f5e7..31566c6bf 100644
--- a/src/util/lndir
+++ b/src/util/lndir
@@ -75,7 +75,7 @@ then
exit 1
fi
-for file in `ls $DIRFROM`
+for file in `ls -a $DIRFROM`
do
if [ ! -d $DIRFROM/$file ]
then