mergetool: Fix abort command when resolving symlinks and deleted files

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
This commit is contained in:
Theodore Ts'o
2007-03-29 09:48:31 -04:00
parent b7b36f92fd
commit 5a174f1a2e

View File

@ -77,7 +77,7 @@ resolve_symlink_merge () {
cleanup_temp_files --save-backup cleanup_temp_files --save-backup
return return
;; ;;
[qQ]*) [aA]*)
exit 1 exit 1
;; ;;
esac esac
@ -99,7 +99,7 @@ resolve_deleted_merge () {
cleanup_temp_files cleanup_temp_files
return return
;; ;;
[qQ]*) [aA]*)
exit 1 exit 1
;; ;;
esac esac