Diff for /embedaddon/php/build/shtool between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2012/02/21 23:47:53 version 1.1.1.2, 2013/07/22 01:31:37
Line 376  while [ $# -gt 0 ]; do Line 376  while [ $# -gt 0 ]; do
             eval "opt_${opt_OPT}=yes"              eval "opt_${opt_OPT}=yes"
             ;;              ;;
         ':' )          ':' )
            #   option with argument (multiple occurances override)            #   option with argument (multiple occurrences override)
             eval "opt_${opt_OPT}=\"\$opt_ARG\""              eval "opt_${opt_OPT}=\"\$opt_ARG\""
             ;;              ;;
         '+' )          '+' )
            #   option with argument (multiple occurances append)            #   option with argument (multiple occurrences append)
             eval "opt_${opt_OPT}=\"\$opt_${opt_OPT}\${ASC_NL}\$opt_ARG\""              eval "opt_${opt_OPT}=\"\$opt_${opt_OPT}\${ASC_NL}\$opt_ARG\""
             ;;              ;;
         * )          * )

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>