Browse Source

No need to exit

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
pull/3795/head
Roeland Jago Douma 9 years ago
parent
commit
1f7b86297a
No known key found for this signature in database GPG Key ID: F941078878347C0C
  1. 1
      build/mergejschecker.sh

1
build/mergejschecker.sh

@ -17,7 +17,6 @@ do
echo "The merged vendor file is not up to date"
echo "Please run: php build/mergejs.php"
echo "And commit the result"
exit 1
break
fi
done

Loading…
Cancel
Save