[Piuparts-commits] rev 408 - in piatti/home: piupartsm/bin piupartss/bin

Holger Levsen holger at alioth.debian.org
Tue May 12 08:13:03 UTC 2009


Author: holger
Date: 2009-05-12 08:13:03 +0000 (Tue, 12 May 2009)
New Revision: 408

Modified:
   piatti/home/piupartsm/bin/detect_archive_issues
   piatti/home/piupartsm/bin/detect_network_issues
   piatti/home/piupartsm/bin/detect_slave_problems
   piatti/home/piupartsm/bin/detect_well_known_errors
   piatti/home/piupartsm/bin/detect_well_known_issues
   piatti/home/piupartsm/bin/prepare_backup
   piatti/home/piupartsm/bin/report_untestable_packages
   piatti/home/piupartss/bin/detect_leftover_processes
Log:
i hate the smell of syntax errors in the morning

Modified: piatti/home/piupartsm/bin/detect_archive_issues
===================================================================
--- piatti/home/piupartsm/bin/detect_archive_issues	2009-05-11 20:39:44 UTC (rev 407)
+++ piatti/home/piupartsm/bin/detect_archive_issues	2009-05-12 08:13:03 UTC (rev 408)
@@ -24,7 +24,7 @@
 egrep "(^sections|^master-directory)" /etc/piuparts/piuparts.conf| sed -e "s# =#=#g" -e "s#= #=#g" -e 's#=#="#' -e 's#$#"#' -e "s#sections#SECTIONS#" -e "s#master-directory#MASTER#" > $TEMPFILE
 source $TEMPFILE
 rm $TEMPFILE
-if [ -z $MASTER ] || [ -z $SECTIONS ] ; then
+if [ -z "$MASTER" ] || [ -z "$SECTIONS" ] ; then
 	echo "sections and/or master-directory not set in /etc/piuparts/piuparts.conf, exiting."
 	exit 1
 fi

Modified: piatti/home/piupartsm/bin/detect_network_issues
===================================================================
--- piatti/home/piupartsm/bin/detect_network_issues	2009-05-11 20:39:44 UTC (rev 407)
+++ piatti/home/piupartsm/bin/detect_network_issues	2009-05-12 08:13:03 UTC (rev 408)
@@ -24,7 +24,7 @@
 egrep "(^sections|^master-directory)" /etc/piuparts/piuparts.conf| sed -e "s# =#=#g" -e "s#= #=#g" -e 's#=#="#' -e 's#$#"#' -e "s#sections#SECTIONS#" -e "s#master-directory#MASTER#" > $TEMPFILE
 source $TEMPFILE
 rm $TEMPFILE
-if [ -z $MASTER ] || [ -z $SECTIONS ] ; then
+if [ -z "$MASTER" ] || [ -z "$SECTIONS" ] ; then
 	echo "sections and/or master-directory not set in /etc/piuparts/piuparts.conf, exiting."
 	exit 1
 fi

Modified: piatti/home/piupartsm/bin/detect_slave_problems
===================================================================
--- piatti/home/piupartsm/bin/detect_slave_problems	2009-05-11 20:39:44 UTC (rev 407)
+++ piatti/home/piupartsm/bin/detect_slave_problems	2009-05-12 08:13:03 UTC (rev 408)
@@ -24,7 +24,7 @@
 egrep "(^sections|^master-directory)" /etc/piuparts/piuparts.conf| sed -e "s# =#=#g" -e "s#= #=#g" -e 's#=#="#' -e 's#$#"#' -e "s#sections#SECTIONS#" -e "s#master-directory#MASTER#" > $TEMPFILE
 source $TEMPFILE
 rm $TEMPFILE
-if [ -z $MASTER ] || [ -z $SECTIONS ] ; then
+if [ -z "$MASTER" ] || [ -z "$SECTIONS" ] ; then
 	echo "sections and/or master-directory not set in /etc/piuparts/piuparts.conf, exiting."
 	exit 1
 fi

Modified: piatti/home/piupartsm/bin/detect_well_known_errors
===================================================================
--- piatti/home/piupartsm/bin/detect_well_known_errors	2009-05-11 20:39:44 UTC (rev 407)
+++ piatti/home/piupartsm/bin/detect_well_known_errors	2009-05-12 08:13:03 UTC (rev 408)
@@ -24,7 +24,7 @@
 egrep "(^sections|^master-directory)" /etc/piuparts/piuparts.conf| sed -e "s# =#=#g" -e "s#= #=#g" -e 's#=#="#' -e 's#$#"#' -e "s#sections#SECTIONS#" -e "s#master-directory#MASTER#" > $TEMPFILE
 source $TEMPFILE
 rm $TEMPFILE
-if [ -z $MASTER ] || [ -z $SECTIONS ] ; then
+if [ -z "$MASTER" ] || [ -z "$SECTIONS" ] ; then
 	echo "sections and/or master-directory not set in /etc/piuparts/piuparts.conf, exiting."
 	exit 1
 fi

Modified: piatti/home/piupartsm/bin/detect_well_known_issues
===================================================================
--- piatti/home/piupartsm/bin/detect_well_known_issues	2009-05-11 20:39:44 UTC (rev 407)
+++ piatti/home/piupartsm/bin/detect_well_known_issues	2009-05-12 08:13:03 UTC (rev 408)
@@ -24,7 +24,7 @@
 egrep "(^sections|^master-directory)" /etc/piuparts/piuparts.conf| sed -e "s# =#=#g" -e "s#= #=#g" -e 's#=#="#' -e 's#$#"#' -e "s#sections#SECTIONS#" -e "s#master-directory#MASTER#" > $TEMPFILE
 source $TEMPFILE
 rm $TEMPFILE
-if [ -z $MASTER ] || [ -z $SECTIONS ] ; then
+if [ -z "$MASTER" ] || [ -z "$SECTIONS" ] ; then
 	echo "sections and/or master-directory not set in /etc/piuparts/piuparts.conf, exiting."
 	exit 1
 fi

Modified: piatti/home/piupartsm/bin/prepare_backup
===================================================================
--- piatti/home/piupartsm/bin/prepare_backup	2009-05-11 20:39:44 UTC (rev 407)
+++ piatti/home/piupartsm/bin/prepare_backup	2009-05-12 08:13:03 UTC (rev 408)
@@ -23,7 +23,7 @@
 egrep "(^sections|^master-directory)" /etc/piuparts/piuparts.conf| sed -e "s# =#=#g" -e "s#= #=#g" -e 's#=#="#' -e 's#$#"#' -e "s#sections#SECTIONS#" -e "s#master-directory#MASTER#" > $TEMPFILE
 source $TEMPFILE
 rm $TEMPFILE
-if [ -z $MASTER ] || [ -z $SECTIONS ] ; then
+if [ -z "$MASTER" ] || [ -z "$SECTIONS" ] ; then
 	echo "sections and/or master-directory not set in /etc/piuparts/piuparts.conf, exiting."
 	exit 1
 fi

Modified: piatti/home/piupartsm/bin/report_untestable_packages
===================================================================
--- piatti/home/piupartsm/bin/report_untestable_packages	2009-05-11 20:39:44 UTC (rev 407)
+++ piatti/home/piupartsm/bin/report_untestable_packages	2009-05-12 08:13:03 UTC (rev 408)
@@ -24,7 +24,7 @@
 egrep "(^sections|^master-directory)" /etc/piuparts/piuparts.conf| sed -e "s# =#=#g" -e "s#= #=#g" -e 's#=#="#' -e 's#$#"#' -e "s#sections#SECTIONS#" -e "s#master-directory#MASTER#" > $TEMPFILE
 source $TEMPFILE
 rm $TEMPFILE
-if [ -z $MASTER ] || [ -z $SECTIONS ] ; then
+if [ -z "$MASTER" ] || [ -z "$SECTIONS" ] ; then
 	echo "sections and/or master-directory not set in /etc/piuparts/piuparts.conf, exiting."
 	exit 1
 fi

Modified: piatti/home/piupartss/bin/detect_leftover_processes
===================================================================
--- piatti/home/piupartss/bin/detect_leftover_processes	2009-05-11 20:39:44 UTC (rev 407)
+++ piatti/home/piupartss/bin/detect_leftover_processes	2009-05-12 08:13:03 UTC (rev 408)
@@ -24,7 +24,7 @@
 egrep "(^sections|^master-directory)" /etc/piuparts/piuparts.conf| sed -e "s# =#=#g" -e "s#= #=#g" -e 's#=#="#' -e 's#$#"#' -e "s#sections#SECTIONS#" -e "s#master-directory#MASTER#" > $TEMPFILE
 source $TEMPFILE
 rm $TEMPFILE
-if [ -z $MASTER ] || [ -z $SECTIONS ] ; then
+if [ -z "$MASTER" ] || [ -z "$SECTIONS" ] ; then
         echo "sections and/or master-directory not set in /etc/piuparts/piuparts.conf, exiting."
         exit 1
 fi




More information about the Piuparts-commits mailing list