[packages/vim] - allow script run even if unclean state

glen glen at pld-linux.org
Wed Jun 5 23:10:06 CEST 2013


commit 48820310744a1272d883fc5219b08f0506bdc4f8
Author: Elan Ruusamäe <glen at delfi.ee>
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



More information about the pld-cvs-commit mailing list