diff --git a/contrib/editmerge b/contrib/editmerge --- a/contrib/editmerge +++ b/contrib/editmerge @@ -40,7 +40,7 @@ if [ "$ED" = "emacs" ] || [ "$ED" = "nan # open the editor to the first conflict until there are no more # or the user stops editing the file while [ ! "$FIRSTLINE" = "" ] && [ ! "$FIRSTLINE" = "$PREVIOUSLINE" ] ; do - "$ED" "+$FIRSTLINE" "$FILE" + $ED "+$FIRSTLINE" "$FILE" PREVIOUSLINE="$FIRSTLINE" FIRSTLINE="$(getlines | head -n 1)" done