mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-20 02:34:48 +00:00
Fix path problem
llvm-svn: 6208
This commit is contained in:
parent
37c29afaad
commit
1c6923e0cc
@ -12,7 +12,7 @@
|
||||
|
||||
FILENAME=$1
|
||||
SUBST=$1
|
||||
OUTPUT=$FILENAME.out
|
||||
OUTPUT=Output/$FILENAME.out
|
||||
|
||||
if test $# != 1; then
|
||||
# If more than one parameter is passed in, there must be three parameters:
|
||||
@ -22,7 +22,7 @@ if test $# != 1; then
|
||||
OUTPUT=$3
|
||||
fi
|
||||
|
||||
SCRIPT=Output/$OUTPUT.script
|
||||
SCRIPT=$OUTPUT.script
|
||||
grep 'RUN:' $FILENAME | sed "s|^.*RUN:\(.*\)$|\1|g;s|%s|$SUBST|g" > $SCRIPT
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user