Changed comment prefix from # to //. Thanks yourpalal.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41318 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
082f2abce1
commit
f79510c141
@ -11,7 +11,7 @@ do
|
||||
id=`echo "$file" | cut -b -2`
|
||||
name=`echo "${file%%.*}" | cut -b 4-`
|
||||
|
||||
echo "# Flag data for $name" >> $destination
|
||||
echo "// Flag data for $name" >> $destination
|
||||
echo "resource($nr,\"$id\") #'VICN' array {" >> $destination
|
||||
tail -n +3 "$file" >> $destination
|
||||
echo >> $destination
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user