Skip to content
Snippets Groups Projects
Commit 2efc0219 authored by Attila Krasznahorkay's avatar Attila Krasznahorkay
Browse files

Removed a now unnecessary 'd' option.

Since I removed the handling of -d already in the previous commits, this
would've just lead to quite undefined behaviour when somebody tried to
use -d with this script.
parent 19c2a828
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ RPMDIR=""
BUILDTYPE="Release"
PROJECTVERSION=""
EXTRACMAKE=()
while getopts ":s:b:i:p:r:t:v:hx:d" opt; do
while getopts ":s:b:i:p:r:t:v:hx:" opt; do
case $opt in
s)
SOURCEDIR=$OPTARG
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment