Update makespec.sh (#197)
authorWonYoung Choi <wy80.choi@samsung.com>
Thu, 29 Mar 2018 06:34:52 +0000 (15:34 +0900)
committerGitHub <noreply@github.com>
Thu, 29 Mar 2018 06:34:52 +0000 (15:34 +0900)
packaging/makespec.sh

index 69f3d9b..d5edbb6 100755 (executable)
@@ -9,7 +9,7 @@ RPMSPEC_IN=$RPMSPEC.in
 
 source $VERSION_FILE
 
-while getopts ":r:n:i:c:" opt; do
+while getopts ":r:n:i:" opt; do
   case $opt in
     r) RPM_VERSION=$OPTARG ;;
     n) NUGET_VERSION=$OPTARG ;;