From: Mike Frysinger Date: Mon, 28 Nov 2011 20:41:25 +0000 (-0500) Subject: ignore updated files X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=8e8b35816de098f64a323b8f61ebfec11851cfc7;p=home.git ignore updated files --- diff --git a/.bin/er-close b/.bin/er-close index e29f250..e7888c3 100755 --- a/.bin/er-close +++ b/.bin/er-close @@ -82,7 +82,7 @@ Commit message: $c$(printf '\n%s' ${urls})" cvs=$(cvs up) files=$(echo "$cvs" | awk '$1 ~ /^[MA]/ { print $NF }' | grep -v '^Manifest$') -unk_files=$(echo "$cvs" | awk '$1 !~ /^[MAR]/') +unk_files=$(echo "$cvs" | awk '$1 !~ /^[MARU]/') if [[ -n ${unk_files} ]] ; then echo "unknown files:" echo "${unk_files}"