Skip to content
Snippets Groups Projects
Commit 41a7d599 authored by Alejandro Lopez Gestoso's avatar Alejandro Lopez Gestoso
Browse files

Fixed a bug on -d argument

parent 03953b37
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ PROJECT_DESC= ...@@ -6,7 +6,7 @@ PROJECT_DESC=
NAME= NAME=
TEST=0 TEST=0
while getopts “t:p:n:dg” OPTION while getopts “t:p:n:d:g” OPTION
do do
case $OPTION in case $OPTION in
t) t)
......
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