diff options
Diffstat (limited to 'Tools')
-rwxr-xr-x | Tools/scripts/rmport | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Tools/scripts/rmport b/Tools/scripts/rmport index f8d4b15e8827..7e6c5ef7a99b 100755 --- a/Tools/scripts/rmport +++ b/Tools/scripts/rmport @@ -400,7 +400,7 @@ diff() commit() { log "running cvs update" - ${PCVS} up ports 2>&1 |${PAGER:-less} + ${PCVS} -fnq up ports 2>&1 |${PAGER:-less} answer=`ask "do you want to commit?"` @@ -528,7 +528,7 @@ done # the diff afterwards answer=y while [ "${answer}" = "y" ] ; do - diffout=`diff` + diffout=diff # EDITOR instead of PAGER because vim has nice syntax highlighting ;-) ${EDITOR} ${diffout} |