imgtools/romtools/maksym/fixupsym
author lorewang
Wed, 01 Dec 2010 16:05:36 +0800
changeset 715 e0739b8406dd
parent 701 170c8b305768
permissions -rw-r--r--
Specify extenal tool with path
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/fixupsym.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