Skip to content

Commit d498a37

Browse files
committed
[css2] Accounted for different layout of "ls -l" under Linux.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401196
1 parent 2a78fba commit d498a37

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

css2/bin/Attic/issues

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ generate_html ()
159159
done
160160
)
161161
pr "</table>"
162-
pr "<p>Last update: "`ls -l $ISSUES | cut -c 42-47`\
162+
pr "<p>Last update: "`ls -l $ISSUES | cut -c 42-48`\
163163
" (HTML version generated: "`date "$DATEFRM"`")"
164164

165165
}

css2/bin/issues

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ generate_html ()
159159
done
160160
)
161161
pr "</table>"
162-
pr "<p>Last update: "`ls -l $ISSUES | cut -c 42-47`\
162+
pr "<p>Last update: "`ls -l $ISSUES | cut -c 42-48`\
163163
" (HTML version generated: "`date "$DATEFRM"`")"
164164

165165
}

0 commit comments

Comments
 (0)