diff options
Diffstat (limited to 'getmock')
-rwxr-xr-x | getmock | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -261,11 +261,11 @@ elif [ $1 = scl56 ]; then elif [ $1 = scl70 ]; then for i in 20 21 22 23 do - getOneMock scl70fc${i}x + getOneMock scl70fc${i}x $opt done for i in 6 7 do - getOneMock scl70el${i}x + getOneMock scl70el${i}x $opt done else |