You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ns...@apache.org on 2008/06/15 19:44:44 UTC

svn commit: r667983 - /incubator/couchdb/trunk/bootstrap

Author: nslater
Date: Sun Jun 15 10:44:44 2008
New Revision: 667983

URL: http://svn.apache.org/viewvc?rev=667983&view=rev
Log:
removed unnessesary check

Modified:
    incubator/couchdb/trunk/bootstrap

Modified: incubator/couchdb/trunk/bootstrap
URL: http://svn.apache.org/viewvc/incubator/couchdb/trunk/bootstrap?rev=667983&r1=667982&r2=667983&view=diff
==============================================================================
--- incubator/couchdb/trunk/bootstrap (original)
+++ incubator/couchdb/trunk/bootstrap Sun Jun 15 10:44:44 2008
@@ -45,10 +45,6 @@
 
     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