Skip to content

Commit

Permalink
* lndir (ls): use ls -a to get dotfiles too.
Browse files Browse the repository at this point in the history
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5631 dc483132-0cff-0310-8789-dd5450dbe970
  • Loading branch information
eichin committed Apr 28, 1995
1 parent a6fc842 commit db8f06c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions 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.
Expand Down
2 changes: 1 addition & 1 deletion src/util/lndir
Expand Up @@ -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
Expand Down

0 comments on commit db8f06c

Please sign in to comment.