From 41a7d5996b6a120cf607bf64378fc4d6e20e86bc Mon Sep 17 00:00:00 2001
From: Alejandro Lopez Gestoso <alopez@iri.upc.edu>
Date: Fri, 8 Mar 2019 16:51:10 +0100
Subject: [PATCH] Fixed a bug on -d argument

---
 new_project.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/new_project.sh b/new_project.sh
index 05efd2f..0238dd7 100755
--- a/new_project.sh
+++ b/new_project.sh
@@ -6,7 +6,7 @@ PROJECT_DESC=
 NAME=
 TEST=0
 
-while getopts “t:p:n:dg” OPTION
+while getopts “t:p:n:d:g” OPTION
 do
   case $OPTION in
     t)
-- 
GitLab