Create scm directory if not present
authorPeter Eisentraut <peter@eisentraut.org>
Sun, 16 Jun 2019 20:44:10 +0000 (22:44 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Sun, 16 Jun 2019 20:44:10 +0000 (22:44 +0200)
This is required when running the whole thing from scratch.

wwwtools/update-nls-www

index 77a0ef47af5a0de1aea14a5bf310d7d3434c45c3..c2075dbafe735b551ce36cad1d539eee3596ffeb 100755 (executable)
@@ -37,6 +37,7 @@ if [ -n "$1" ]; then
 fi
 
 pushd $MYDIR
+mkdir -p $SCMDIR
 
 (
 flock -n 9 || exit 0