summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoah Slater <nslater@apache.org>2008-06-15 17:44:44 +0000
committerNoah Slater <nslater@apache.org>2008-06-15 17:44:44 +0000
commitfc710b9d8bdd9ea536b8be4193a686370cf086b5 (patch)
treed7ba2f67a08c355e7efa2100716faa99738e6024
parent8a2b7c65e5edafe631fac209694ef150063a3e48 (diff)
removed unnessesary check
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@667983 13f79535-47bb-0310-9956-ffa450edef68
-rwxr-xr-xbootstrap4
1 files changed, 0 insertions, 4 deletions
diff --git a/bootstrap b/bootstrap
index b2eb6bdb..e8e29fda 100755
--- a/bootstrap
+++ b/bootstrap
@@ -45,10 +45,6 @@ extract_configuration_variable () {
variable_name=$1
temporary_file=`mktemp`
- if [ $? -ne 0 ]; then
- echo "Error: Unable to create a temporary file."
- exit $SCRIPT_ERROR
- fi
echo "changequote(\`[', \`]')" > $temporary_file
sed "s/m4_//" < $ACINCLUDE_IN_FILE >> $temporary_file
echo $variable_name >> $temporary_file