commit c97d939

hovercats  ·  2024-11-06 07:22:21 +0000 UTC
parent 285b13e
bgs: add missing -e flag in shebang
1 files changed,  +1, -1
+1, -1
1@@ -1,4 +1,4 @@
2-#!/bin/sh 
3+#!/bin/sh -e
4 
5 make CFLAGS="$CFLAGS -I/usr/include"
6 make DESTDIR="$1" BIN_DIR="$1/usr/bin" install