Lines 1607-1613
Link Here
|
1607 |
while test 0 -lt $#; do |
1607 |
while test 0 -lt $#; do |
1608 |
case $1 in |
1608 |
case $1 in |
1609 |
*[\\\`\"\$]*) |
1609 |
*[\\\`\"\$]*) |
1610 |
_G_unquoted_arg=`printf '%s\n' "$1" |$SED "$sed_quote_subst"` ;; |
1610 |
if test set = "${BASH_VERSION+set}"; then |
|
|
1611 |
_G_unquoted_arg=${1//\\/\\\\} |
1612 |
_G_unquoted_arg=${_G_unquoted_arg//\"/\\\"} |
1613 |
_G_unquoted_arg=${_G_unquoted_arg//\$/\\\$} |
1614 |
_G_unquoted_arg=${_G_unquoted_arg//\`/\\\`} |
1615 |
else |
1616 |
_G_unquoted_arg=`printf '%s\n' "$1" |$SED "$sed_quote_subst"` |
1617 |
fi |
1618 |
;; |
1611 |
*) |
1619 |
*) |
1612 |
_G_unquoted_arg=$1 ;; |
1620 |
_G_unquoted_arg=$1 ;; |
1613 |
esac |
1621 |
esac |
Lines 5756-5762
Link Here
|
5756 |
if test \"\$libtool_execute_magic\" != \"$magic\"; then |
5764 |
if test \"\$libtool_execute_magic\" != \"$magic\"; then |
5757 |
file=\"\$0\"" |
5765 |
file=\"\$0\"" |
5758 |
|
5766 |
|
5759 |
qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"` |
5767 |
if test set = "${BASH_VERSION+set}"; then |
|
|
5768 |
qECHO=$(_G=$($ECHO "$ECHO");_G=${_G//\\/\\\\};_G=${_G//\"/\\\"};_G=${_G//\$/\\\$};_G=${_G//\`/\\\`};printf '%s\n' "$_G") |
5769 |
else |
5770 |
qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"` |
5771 |
fi |
5760 |
$ECHO "\ |
5772 |
$ECHO "\ |
5761 |
|
5773 |
|
5762 |
# A function that is used when there is no print builtin or printf. |
5774 |
# A function that is used when there is no print builtin or printf. |