diff options
Diffstat (limited to 'getmock')
-rwxr-xr-x | getmock | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -483,7 +483,7 @@ elif [ $1 = scl71 ]; then done elif [ $1 = scl81 ]; then - for i in 34 35 + for i in 34 35 36 do getOneMock scl81fc${i}x $opt done @@ -493,7 +493,7 @@ elif [ $1 = scl81 ]; then done elif [ $1 = scl80 ]; then - for i in 34 35 + for i in 34 35 36 do getOneMock scl80fc${i}x $opt done @@ -503,7 +503,7 @@ elif [ $1 = scl80 ]; then done elif [ $1 = scl74 ]; then - for i in 34 35 + for i in 34 35 36 do getOneMock scl74fc${i}x $opt done |