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:
Joachim Seemer 2011-05-04 18:27:00 +00:00
parent 082f2abce1
commit f79510c141
2 changed files with 246 additions and 246 deletions

View File

@ -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