summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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