imgtools/romtools/maksym/maksymrofs
author y4jin
Tue, 23 Nov 2010 14:07:04 +0800
changeset 705 67449e76cb84
parent 701 170c8b305768
permissions -rw-r--r--
Fix the illegal word scanned by sfchecksource tools
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
600
6d08f4a05d93 add deprecated files
jjkang
parents:
diff changeset
     1
#!/bin/sh
701
170c8b305768 ou1cimx1#569997 tools wrapper is not in 'LINUX style'
lorewang
parents: 600
diff changeset
     2
PRGDIR=`dirname "$0"`
170c8b305768 ou1cimx1#569997 tools wrapper is not in 'LINUX style'
lorewang
parents: 600
diff changeset
     3
170c8b305768 ou1cimx1#569997 tools wrapper is not in 'LINUX style'
lorewang
parents: 600
diff changeset
     4
PRGDIR=`cd "$PRGDIR"; pwd`
600
6d08f4a05d93 add deprecated files
jjkang
parents:
diff changeset
     5
701
170c8b305768 ou1cimx1#569997 tools wrapper is not in 'LINUX style'
lorewang
parents: 600
diff changeset
     6
170c8b305768 ou1cimx1#569997 tools wrapper is not in 'LINUX style'
lorewang
parents: 600
diff changeset
     7
perl "$PRGDIR/maksymrofs.pl" $@
170c8b305768 ou1cimx1#569997 tools wrapper is not in 'LINUX style'
lorewang
parents: 600
diff changeset
     8
170c8b305768 ou1cimx1#569997 tools wrapper is not in 'LINUX style'
lorewang
parents: 600
diff changeset
     9