From bf08619f70d2153155971d4c1805c68e290a237f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aljaz=CC=8C=20=22g5pw=22=20Srebrnic=CC=8C?= Date: Mon, 22 Oct 2012 19:31:13 +0200 Subject: [PATCH] Get rid of escaped quotes --- lib/git/shell_shortcuts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/git/shell_shortcuts.sh b/lib/git/shell_shortcuts.sh index 72bfb4b..c60f044 100644 --- a/lib/git/shell_shortcuts.sh +++ b/lib/git/shell_shortcuts.sh @@ -85,7 +85,7 @@ elif [ "$_uname" = "Darwin" ]; then _ll_command="CLICOLOR_FORCE=1 ls -l -G" _ll_sys_command="ls" # Use perl abs_path, since readlink -f isn't available on OS X - _abs_path_command="perl -e 'use Cwd \"abs_path\"; print abs_path(shift)'" + _abs_path_command='perl -e "use Cwd "abs_path"; print abs_path(shift)"' fi if [ -n "$_ll_command" ]; then