mergetool: Fix abort command when resolving symlinks and deleted files
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
This commit is contained in:
@ -77,7 +77,7 @@ resolve_symlink_merge () {
|
||||
cleanup_temp_files --save-backup
|
||||
return
|
||||
;;
|
||||
[qQ]*)
|
||||
[aA]*)
|
||||
exit 1
|
||||
;;
|
||||
esac
|
||||
@ -99,7 +99,7 @@ resolve_deleted_merge () {
|
||||
cleanup_temp_files
|
||||
return
|
||||
;;
|
||||
[qQ]*)
|
||||
[aA]*)
|
||||
exit 1
|
||||
;;
|
||||
esac
|
||||
|
Reference in New Issue
Block a user