mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-10-04 19:17:12 +00:00
Create the output directory if it's not already there
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12804 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -15,6 +15,9 @@ TESTNAME=$1
|
|||||||
SUBST=$1
|
SUBST=$1
|
||||||
OUTPUT=Output/$FILENAME.out
|
OUTPUT=Output/$FILENAME.out
|
||||||
|
|
||||||
|
# create the output directory if it does not already exist
|
||||||
|
mkdir Output > /dev/null 2>&1
|
||||||
|
|
||||||
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:
|
||||||
# The filename to read from (already processed), the command used to execute,
|
# The filename to read from (already processed), the command used to execute,
|
||||||
|
Reference in New Issue
Block a user