From 6fa47cd860edc42304ed18f1623d9a73b42ef11c Mon Sep 17 00:00:00 2001 From: KAiZ <24286590+KaizIqbal@users.noreply.github.com> Date: Sun, 17 Nov 2019 10:16:11 +0530 Subject: [PATCH] run script without sh --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 181d3acc..bcd08b18 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ build: @echo "Building Bibata..." - sh ./build.sh + ./build.sh clean: @echo "Cleaning Up..."