]> git.pld-linux.org Git - packages/vim.git/commitdiff
- allow script run even if unclean state
authorElan Ruusamäe <glen@delfi.ee>
Mon, 3 Jun 2013 12:28:35 +0000 (15:28 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Mon, 3 Jun 2013 12:28:35 +0000 (15:28 +0300)
update-source.sh

index 4f286b3a261134323d9b1e478e65d8176fb06c55..c8f31f03b3a7839b4839a24ffcfa6b94ffc61877 100755 (executable)
@@ -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
This page took 0.041003 seconds and 4 git commands to generate.