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:
0da7f1a
)
Add marker when a run starts.
author
Peter Eisentraut
<peter_e@gmx.net>
Wed, 14 Jan 2009 10:01:27 +0000
(10:01 +0000)
committer
Peter Eisentraut
<peter_e@gmx.net>
Wed, 14 Jan 2009 10:01:27 +0000
(10:01 +0000)
wwwtools/update-nls-www
patch
|
blob
|
blame
|
history
diff --git
a/wwwtools/update-nls-www
b/wwwtools/update-nls-www
index ed09ed3828c43e9677e043e011f40c0cc759adcb..abdd402de789ed17271918558bd52cf56164625f 100755
(executable)
--- a/
wwwtools/update-nls-www
+++ b/
wwwtools/update-nls-www
@@
-1,8
+1,12
@@
#! /usr/local/bin/bash
-set -ex
shopt -s nullglob
-date
+echo "================="
+echo "NLS update starts"
+echo "================="
+date -u
+
+set -ex
MYDIR=$(cd $(dirname $0) && pwd)
WEBDIR=$MYDIR/../../htdocs