Skip to content

Commit e6848e6

Browse files
authored
Merge pull request #18 from Shubhamvis98/merge
variable fix
2 parents a66a2f5 + 3d6bcaf commit e6848e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ do
2121
h ) hostname="$OPTARG" ;;
2222
u ) username="$OPTARG" ;;
2323
p ) password="$OPTARG" ;;
24-
s ) mobian_suite="$OPTARG" ;;
25-
m ) custom_script="$OPTARG" ;;
24+
s ) custom_script="$OPTARG" ;;
25+
m ) mobian_suite="$OPTARG" ;;
2626
c ) compress=1 ;;
2727
b ) blockmap=1 ;;
2828
esac

0 commit comments

Comments
 (0)