[Piuparts-commits] [SCM] piuparts git repository branch, bikeshed, updated. 0.50-207-geca84e9

Andreas Beckmann anbe at debian.org
Tue May 14 14:22:37 UTC 2013


The following commit has been merged in the bikeshed branch:
commit 83e2ca3244ad8d6a8be032a7f0828c93927f5850
Author: Andreas Beckmann <anbe at debian.org>
Date:   Tue May 14 15:44:47 2013 +0200

    Revert "slave_run: use more readable escaping"
    
    This reverts commit 6fa312db9d207223a597913ccdd0ce5e42f983ac.

diff --git a/slave-bin/slave_run.in b/slave-bin/slave_run.in
index 843b486..c517623 100755
--- a/slave-bin/slave_run.in
+++ b/slave-bin/slave_run.in
@@ -28,7 +28,7 @@ else
    SLAVENUM=$1
 fi
 
-if ! $(echo $SLAVENUM | grep -E -e "^[0-9]{1}$" >/dev/null) ; then
+if ! `echo $SLAVENUM | grep -E -e "^[0-9]{1}$" >/dev/null` ; then
    echo "slave must be identified as a number between 0 and 9"
    exit
 fi

-- 
piuparts git repository



More information about the Piuparts-commits mailing list