Commit cb91e43a authored by Nils Goroll's avatar Nils Goroll

modernize just enough

parent 4bdfa56c
......@@ -130,7 +130,7 @@ i=0
while [ $MAXRUNS -eq 0 ] || [ $i -lt $MAXRUNS ]
do
i=`expr $i + 1`
i=$((i + 1))
(cd varnish-cache && git pull > /dev/null 2>&1 || true)
rev=`cd varnish-cache && git show -s --pretty=format:%H`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment