]> git.sur5r.net Git - bacula/bacula/commitdiff
Make script more portable
authorKern Sibbald <kern@sibbald.com>
Sun, 21 Feb 2010 15:24:50 +0000 (16:24 +0100)
committerEric Bollengier <eric@eb.homelinux.org>
Mon, 2 Aug 2010 14:49:33 +0000 (16:49 +0200)
regress/run_multiple

index 28498797e5d7acd0e1a158b8e509af619fbc450f..4a18e9aa0a193e61c9dea39f97d13eea60dfef85 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 export REGRESS_DEBUG=1
-for i in `seq 20` ; do
+for i in 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 ; do
   echo "$i. Doing $1 at `date +%R:%S`"
   nice $1 >1
   if [ $? -ne 0 ] ; then