Fixed up indentation and some general style.

This commit is contained in:
Tom Hacohen 2013-04-26 10:25:57 +01:00
parent 802baf489f
commit bf5f589310
1 changed files with 210 additions and 211 deletions

View File

@ -83,7 +83,6 @@ local line="$1"
local c=${line:0:1}
if [ "$c" = "#" ]
then
# This line is a comment
return 1
fi