Loading commitpkg +3 −3 Original line number Diff line number Diff line Loading @@ -79,9 +79,9 @@ esac # check if all local source files are under version control for s in "${source[@]}"; do echo "$s" | grep -Fvq '://' && \ svn status "$s" | grep -q '^\?' && \ if [[ $s != *://* ]] && svn status "$s" | grep -q '^\?'; then abort "$s is not under version control" fi done # check if changelog and install files are under version control Loading Loading
commitpkg +3 −3 Original line number Diff line number Diff line Loading @@ -79,9 +79,9 @@ esac # check if all local source files are under version control for s in "${source[@]}"; do echo "$s" | grep -Fvq '://' && \ svn status "$s" | grep -q '^\?' && \ if [[ $s != *://* ]] && svn status "$s" | grep -q '^\?'; then abort "$s is not under version control" fi done # check if changelog and install files are under version control Loading