Use a more generic default value
This commit is contained in:
parent
f423bd083f
commit
51f250ca8e
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ SRC=$SOURCES/$VERSION
|
|||
DATA=$SRC
|
||||
LOG=$DIR/logs
|
||||
TMPOUT=$DIR/output
|
||||
OUT="/srv/www/html/units/$VERSION"
|
||||
OUT=${OUT:-"/srv/www/html/units/$VERSION"}
|
||||
TRANS=$DIR/translations
|
||||
BUILD=$DIR/build
|
||||
# always using the master version
|
||||
|
|
Loading…
Add table
Reference in a new issue