From bc8fbb37ac3574c94ac65a17d7d51a36ea474446 Mon Sep 17 00:00:00 2001
From: Jan David Mol <mol@astron.nl>
Date: Tue, 15 Mar 2016 09:56:46 +0000
Subject: [PATCH] Task #8473: Do not require arguments

---
 Docker/docker-template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Docker/docker-template b/Docker/docker-template
index ea50b2d002a..e2ab8ee3d5a 100755
--- a/Docker/docker-template
+++ b/Docker/docker-template
@@ -42,7 +42,6 @@ while getopts "hv:" opt; do
         ;;
   esac
 done
-[ $OPTIND -eq 1 ] && usage
 
 # Make sure we obtain info about the project source!
 VERSION_INFO=`$VERSION_DOCKER`
-- 
GitLab