From 427dcb3c04bb0ba51e3ff21e19de220eff673cf6 Mon Sep 17 00:00:00 2001 From: David Burnett Date: Mon, 3 Jun 2024 13:24:01 +0100 Subject: [PATCH] fix the shbang, which I broke a commit of two back --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 3c230c6..d8072e5 100755 --- a/build.sh +++ b/build.sh @@ -1,4 +1,4 @@ -!/bin/sh +#!/bin/sh # Option feature set to FALSE if not rewuired and TRUE if required ENABLE_FFPLAY=FALSE