← Prev in month ← Prev in thread

[RFC PATCH 4/8] makeall.sh: add explicit shebang to script

From
Alex BennÃe <>
Date
2020-03-27T10:38:16+00:00
ID
Thread
[RFC PATCH 4/8] makeall.sh: add explicit shebang to script
Signed-off-by: Alex BennÃe <>
---
 makeall.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/makeall.sh b/makeall.sh
index 20f568e..37e6c34 100755
--- a/makeall.sh
+++ b/makeall.sh
@@ -1,3 +1,5 @@
+#!/bin/sh
+
 export SPECDOC=${SPECDOC:-`cat REVISION`}
 export DATESTR=${DATESTR:-`cat REVISION-DATE`}
 ./makezip.sh
-- 
2.20.1
← Prev in month ← Prev in thread