mirror of
https://github.com/znc/znc.git
synced 2026-08-07 01:13:25 +02:00
Travis: fix syntax error
This commit is contained in:
@@ -34,7 +34,7 @@ git status | grep modified: | awk '{print $2}' | while read x; do
|
||||
git diff --cached $x |
|
||||
perl -ne '/^[-+]/ and !/^([-+])\1\1 / and !/^[-+]Generated.*ZNC.*doxygen/ and exit 1' &&
|
||||
git reset -q $x ||
|
||||
{ echo Useful change detected; need_commit=1 }
|
||||
{ echo Useful change detected; need_commit=1; }
|
||||
done
|
||||
|
||||
if [[ $need_commit == 1 ]]; then
|
||||
|
||||
Reference in New Issue
Block a user