1
1

* add missing " that somehow slipped into the commit last night.

This commit was SVN r10140.
Этот коммит содержится в:
Brian Barrett 2006-05-31 13:57:38 +00:00
родитель 3e86381533
Коммит 0125bdb94d

Просмотреть файл

@ -55,7 +55,7 @@ do
;;
*)
case $subdir_arg in
*\'*) subdir_arg=`echo "$subdir_arg | sed "s/'/'\\\\\\\\''/g"` ;;
*\'*) subdir_arg=`echo "$subdir_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
esac
subdirs_args="$subdirs_args '$subdirs_arg'"
;;