Skip to content

Commit 7282087

Browse files
committed
[css2] Removed -e option from ls. I dont have it in my ls for Linux. What does it do?
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401338
1 parent a2d2344 commit 7282087

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

css2/bin/Attic/todo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ generate_html ()
165165
done <$ISSUES
166166
)
167167
echo "</table>"
168-
set -- `ls -le $ISSUES`
168+
set -- `ls -l $ISSUES`
169169
echo "<p>Last update: "`ls -l $ISSUES | cut -c 42-48`\
170170
" (HTML version generated: "`date "$DATEFRM"`")"
171171
return

css2/bin/todo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ generate_html ()
165165
done <$ISSUES
166166
)
167167
echo "</table>"
168-
set -- `ls -le $ISSUES`
168+
set -- `ls -l $ISSUES`
169169
echo "<p>Last update: "`ls -l $ISSUES | cut -c 42-48`\
170170
" (HTML version generated: "`date "$DATEFRM"`")"
171171
return

0 commit comments

Comments
 (0)