projects
/
pgtranslation
/
admin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a181932
)
Create scm directory if not present
author
Peter Eisentraut
<peter@eisentraut.org>
Sun, 16 Jun 2019 20:44:10 +0000
(22:44 +0200)
committer
Peter 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
patch
|
blob
|
blame
|
history
diff --git
a/wwwtools/update-nls-www
b/wwwtools/update-nls-www
index 77a0ef47af5a0de1aea14a5bf310d7d3434c45c3..c2075dbafe735b551ce36cad1d539eee3596ffeb 100755
(executable)
--- 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