mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-14 16:33:28 +00:00
Fix path problem
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6208 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
dec2d799e6
commit
ec26d4d314
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
FILENAME=$1
|
FILENAME=$1
|
||||||
SUBST=$1
|
SUBST=$1
|
||||||
OUTPUT=$FILENAME.out
|
OUTPUT=Output/$FILENAME.out
|
||||||
|
|
||||||
if test $# != 1; then
|
if test $# != 1; then
|
||||||
# If more than one parameter is passed in, there must be three parameters:
|
# If more than one parameter is passed in, there must be three parameters:
|
||||||
@ -22,7 +22,7 @@ if test $# != 1; then
|
|||||||
OUTPUT=$3
|
OUTPUT=$3
|
||||||
fi
|
fi
|
||||||
|
|
||||||
SCRIPT=Output/$OUTPUT.script
|
SCRIPT=$OUTPUT.script
|
||||||
grep 'RUN:' $FILENAME | sed "s|^.*RUN:\(.*\)$|\1|g;s|%s|$SUBST|g" > $SCRIPT
|
grep 'RUN:' $FILENAME | sed "s|^.*RUN:\(.*\)$|\1|g;s|%s|$SUBST|g" > $SCRIPT
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user