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:
@@ -11,7 +11,7 @@ do
|
|||||||
id=`echo "$file" | cut -b -2`
|
id=`echo "$file" | cut -b -2`
|
||||||
name=`echo "${file%%.*}" | cut -b 4-`
|
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
|
echo "resource($nr,\"$id\") #'VICN' array {" >> $destination
|
||||||
tail -n +3 "$file" >> $destination
|
tail -n +3 "$file" >> $destination
|
||||||
echo >> $destination
|
echo >> $destination
|
||||||
|
|||||||
+245
-245
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user