From: Peter Eisentraut Date: Sun, 16 Jun 2019 20:44:10 +0000 (+0200) Subject: Create scm directory if not present X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=561aee3d6db766fb43b031cc97c1924f309e8668;p=pgtranslation%2Fadmin.git Create scm directory if not present This is required when running the whole thing from scratch. --- diff --git a/wwwtools/update-nls-www b/wwwtools/update-nls-www index 77a0ef4..c2075db 100755 --- a/wwwtools/update-nls-www +++ b/wwwtools/update-nls-www @@ -37,6 +37,7 @@ if [ -n "$1" ]; then fi pushd $MYDIR +mkdir -p $SCMDIR ( flock -n 9 || exit 0