Author: ogrisel
Date: Tue Sep 20 09:54:28 2011
New Revision: 1173059
URL: http://svn.apache.org/viewvc?rev=1173059&view=rev
Log:
STANBOL-323: even more robust failure handling avoiding silent pipe failures
Modified:
incubator/stanbol/trunk/entityhub/indexing/dbpedia/fetch_prepare.sh
Modified: incubator/stanbol/trunk/entityhub/indexing/dbpedia/fetch_prepare.sh
URL:
http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/indexing/dbpedia/fetch_prepare.sh?rev=1173059&r1=1173058&r2=1173059&view=diff
==============================================================================
--- incubator/stanbol/trunk/entityhub/indexing/dbpedia/fetch_prepare.sh
(original)
+++ incubator/stanbol/trunk/entityhub/indexing/dbpedia/fetch_prepare.sh Tue Sep
20 09:54:28 2011
@@ -6,7 +6,7 @@ DBPEDIA=http://downloads.dbpedia.org/3.7
MAX_SORT_MEM=2G
# Turn on echoing and exit on error
-set -xe
+set -x -e -o pipefail
# Ensure that the workspace exists
mkdir -p $WORKSPACE