Some time ago ath_info was moved to its own repository, and since then
[madwifi/.git] / scripts / make-release.bash
index edb93f2e52aa3269f5def920f48e154d04a4b1f5..f1fb0e0d3bede744f61004fd625ae1dfa8944aea 100755 (executable)
@@ -97,7 +97,8 @@ svn info > /dev/null 2>&1 || {
 }
 
 # check if local working copy has uncommitted changes
-if [[ ! -z "$(svn status)" ]]; then
+changes="$(svn status | sed -e "/^X/d" -e "/^$/d" -e "/external item/d")"
+if [[ ! -z "$changes" ]]; then
        echo
        echo "ERROR:"
        echo "Your working copy has changes which are not yet committed."