From 17bc6968939156eb15073269ea518b5c0d037bb7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 24 Aug 2018 13:08:59 +0200 Subject: F29 have SCLs --- getmock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'getmock') diff --git a/getmock b/getmock index 1a75836..e9a3426 100755 --- a/getmock +++ b/getmock @@ -335,7 +335,7 @@ elif [ $1 = scl55 ]; then done elif [ $1 = scl56 ]; then - for i in 26 27 28 + for i in 26 27 28 29 do getOneMock scl56fc${i}x $opt done @@ -345,7 +345,7 @@ elif [ $1 = scl56 ]; then done elif [ $1 = scl70 ]; then - for i in 26 27 28 + for i in 26 27 28 29 do getOneMock scl70fc${i}x $opt done @@ -355,7 +355,7 @@ elif [ $1 = scl70 ]; then done elif [ $1 = scl71 ]; then - for i in 26 27 28 + for i in 26 27 28 29 do getOneMock scl71fc${i}x $opt done @@ -365,7 +365,7 @@ elif [ $1 = scl71 ]; then done elif [ $1 = scl73 ]; then - for i in 27 28 + for i in 27 28 29 do getOneMock scl73fc${i}x $opt done @@ -375,7 +375,7 @@ elif [ $1 = scl73 ]; then done elif [ $1 = scl72 ]; then - for i in 26 27 28 + for i in 26 27 28 29 do getOneMock scl72fc${i}x $opt done -- cgit