Use a more generic default value

This commit is contained in:
Gunter Labes 2018-01-08 23:45:23 +01:00 committed by GitHub
parent f423bd083f
commit 51f250ca8e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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