##// END OF EJS Templates
hgeditor: hide checksum mismatch message from md5sum
mpm@selenic.com -
r769:0c033ef0 default
parent child Browse files
Show More
@@ -42,7 +42,7 b' grep -vE \'^(HG: manifest hash .*)?$\' "$1'
42
42
43 CHECKSUM=`md5sum "$T1"`
43 CHECKSUM=`md5sum "$T1"`
44 $EDITOR "$T1" "$T2" || cleanup_exit $?
44 $EDITOR "$T1" "$T2" || cleanup_exit $?
45 echo "$CHECKSUM" | md5sum -c 2>/dev/null && cleanup_exit 13
45 echo "$CHECKSUM" | md5sum -c >/dev/null 2>&1 && cleanup_exit 13
46
46
47 if [ "$SIGN" == "1" ]; then
47 if [ "$SIGN" == "1" ]; then
48 {
48 {
General Comments 0
You need to be logged in to leave comments. Login now