make_radiantshader.sh: mkdir if scripts doesn't exist
This commit is contained in:
parent
b99ec4b39b
commit
2a6571e33b
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,8 @@ ROOT_DIR="$(pwd)"
|
|||
LEGACY_OUT="$ROOT_DIR/$1/scripts"
|
||||
SHADERLIST="$ROOT_DIR/$1/scripts/shaderlist.txt"
|
||||
|
||||
mkdir -p "$LEGACY_OUT"
|
||||
|
||||
echo "Dumping all ..mat files into one..."
|
||||
|
||||
if [ -f "$SHADERLIST" ]
|
||||
|
|
Loading…
Reference in a new issue