aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-02-27 01:16:08 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-02-27 01:16:08 +0000
commit54c9163f25b30d0d5d3e0e602919a4060d70f8a0 (patch)
tree674ef636dff4da8bd209d8329e71da62c59e8cca /configure.in
parent790bfbf55cfa276bec8fb3465440dc4b26004026 (diff)
downloadruby-54c9163f25b30d0d5d3e0e602919a4060d70f8a0.tar.gz
configure.in: remove no longer used variable
* configure.in (unexpand_shvar): remove variable which is no longer used since r39506. [Bug #7959] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39514 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 23b64d963c..81329cc8aa 100644
--- a/configure.in
+++ b/configure.in
@@ -3284,7 +3284,6 @@ unexpand_shvar() {
local var=$1 val n v expr
shift
test "$#" -eq 0 && return
- quote=['']
for n do
eval v='"$'$n'"'
v="`echo \"$v\" | sed -e ['s/${[^${}"]*}/"&"/g'] -e ['s/[][$|.\\?*]/\\\\&/g']`"