From 561aee3d6db766fb43b031cc97c1924f309e8668 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Sun, 16 Jun 2019 22:44:10 +0200 Subject: [PATCH] Create scm directory if not present This is required when running the whole thing from scratch. --- wwwtools/update-nls-www | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5