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