From 139fc07c5f540f36ac230d5581a87250a60479ff Mon Sep 17 00:00:00 2001 From: sehe Date: Sun, 2 May 2021 16:03:44 +0200 Subject: [PATCH] fix hash bang trivial fix to smoothen the experience for first time users --- init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.sh b/init.sh index f4e36c92..d2bc645f 100755 --- a/init.sh +++ b/init.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash export CAKE="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)/tools/cake/src/run.py" function cake()