From dc56ff9359064b86a03d2dafaa3d2d6692813980 Mon Sep 17 00:00:00 2001 From: "u0097636@kuleuven.be" Date: Wed, 9 Mar 2016 15:41:32 +0100 Subject: [PATCH] Fix shebang --- webgoat_developer_bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webgoat_developer_bootstrap.sh b/webgoat_developer_bootstrap.sh index d2c674a07..3a6762c6c 100755 --- a/webgoat_developer_bootstrap.sh +++ b/webgoat_developer_bootstrap.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Bootstrap the setup of WebGoat for developer use in Linux and Mac machines # This script will clone the necessary git repositories, call the maven goals