Get rid of escaped quotes

This commit is contained in:
Aljaž "g5pw" Srebrnič
2012-10-22 19:31:13 +02:00
parent 179d78f4ee
commit bf08619f70

View File

@@ -85,7 +85,7 @@ elif [ "$_uname" = "Darwin" ]; then
_ll_command="CLICOLOR_FORCE=1 ls -l -G" _ll_command="CLICOLOR_FORCE=1 ls -l -G"
_ll_sys_command="ls" _ll_sys_command="ls"
# Use perl abs_path, since readlink -f isn't available on OS X # 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 fi
if [ -n "$_ll_command" ]; then if [ -n "$_ll_command" ]; then