diff options
author | Noah Slater <nslater@apache.org> | 2008-06-15 17:44:44 +0000 |
---|---|---|
committer | Noah Slater <nslater@apache.org> | 2008-06-15 17:44:44 +0000 |
commit | fc710b9d8bdd9ea536b8be4193a686370cf086b5 (patch) | |
tree | d7ba2f67a08c355e7efa2100716faa99738e6024 /bootstrap | |
parent | 8a2b7c65e5edafe631fac209694ef150063a3e48 (diff) |
removed unnessesary check
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@667983 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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 |