From e42e2ad2249a4c6a7787379f04bdc24e95c784a5 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sat, 2 Mar 2013 14:58:06 +0000 Subject: bin/editor: quote arguments --- bin/editor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/editor b/bin/editor index 2d64dea..bb30a00 100755 --- a/bin/editor +++ b/bin/editor @@ -53,7 +53,7 @@ if [[ -z "$TEXTEDITOR" ]]; then fi if [[ -n "$TEXTEDITOR" ]]; then - exec $TEXTEDITOR $@ + exec $TEXTEDITOR "$@" else echo "no text editor detected" fi -- cgit v1.2.1