]> git.pld-linux.org Git - packages/vim.git/blobdiff - update-source.sh
fix unneeded quote escaping
[packages/vim.git] / update-source.sh
index 4f286b3a261134323d9b1e478e65d8176fb06c55..26823ec180ed03ba563e0910ca656d3276469837 100755 (executable)
@@ -22,15 +22,14 @@ fi
 
 pkg=vim
 specfile=$pkg.spec
-basever=7.3
+basever=7.4
 baseurl=ftp://ftp.vim.org/pub/editors/vim/patches/$basever
 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.032073 seconds and 4 git commands to generate.