[Collab-qa-commits] r2282 - udd/scripts

Andreas Tille tille at alioth.debian.org
Mon May 7 22:12:18 UTC 2012


Author: tille
Date: 2012-05-07 22:12:18 +0000 (Mon, 07 May 2012)
New Revision: 2282

Modified:
   udd/scripts/fetch_i18n-apps.sh
   udd/scripts/fetch_machine-readable.sh
Log:
Make sure shell scripts fill exit in case of errors


Modified: udd/scripts/fetch_i18n-apps.sh
===================================================================
--- udd/scripts/fetch_i18n-apps.sh	2012-05-07 21:55:40 UTC (rev 2281)
+++ udd/scripts/fetch_i18n-apps.sh	2012-05-07 22:12:18 UTC (rev 2282)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/sh -e
 TARGETDIR=/org/udd.debian.org/mirrors/i18n-apps
 mkdir -p $TARGETDIR
 rm -rf $TARGETDIR/*

Modified: udd/scripts/fetch_machine-readable.sh
===================================================================
--- udd/scripts/fetch_machine-readable.sh	2012-05-07 21:55:40 UTC (rev 2281)
+++ udd/scripts/fetch_machine-readable.sh	2012-05-07 22:12:18 UTC (rev 2282)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/sh -e
 TARGETDIR=/org/udd.debian.org/mirrors/
 SUBDIR=machine-readable
 rm -rf $TARGETDIR/${SUBDIR}




More information about the Collab-qa-commits mailing list