On 07/05/15 21:16, Junio C Hamano wrote:
Luke Diamand <luke@xxxxxxxxxxx> writes:
On Linux:
$ export P4EDITOR="gvim -f"
$ p4 submit
-- works as you would hope --
$ export P4EDITOR="/home/lgd/My Programs/editor.sh"
$ p4 submit
sh: 1: /home/lgd/My: not found
$ export P4EDITOR="/home/lgd/My\ Programs/editor.sh"
-- works fine --
Good. That is exactly I wanted to see.
Test case t9805-git-p4-skip-submit-edit.sh fails with that change. It
sets P4EDITOR to "$TRASH_DIRECTORY/ed.sh".
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html