commit 48820310744a1272d883fc5219b08f0506bdc4f8
Author: Elan Ruusamäe <[email protected]>
Date: Mon Jun 3 15:28:35 2013 +0300
- allow script run even if unclean state
update-source.sh | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/update-source.sh b/update-source.sh
index 4f286b3..c8f31f0 100755
--- a/update-source.sh
+++ b/update-source.sh
@@ -28,9 +28,8 @@
sources=ftp://ftp.vim.org/pub/editors/vim/patches/$basever/MD5SUMS
status=$(git status --porcelain sources)
if [ "$status" ]; then
- echo >&2 "sources status not clean; commit or stash any pending changes"
+ echo >&2 "WARNING: sources status not clean; commit or stash any
pending changes"
echo "$status"
- exit 1
fi
if [ "$1" ]; then
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/vim.git/commitdiff/88f7805e0ae90d811720fb9a1e7a87e8d045c471
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit