commit d51fee7
hovercats
·
2024-03-16 22:34:02 +0000 UTC
parent 6ca3bda
use flag e + instead -e in hashbang
1 files changed,
+3,
-1
M
rcinit
M
rcinit
+3,
-1
1@@ -1,4 +1,6 @@
2-#!/bin/rc -e
3+#!/bin/rc
4+
5+flag e +
6
7 # Check if PID is 1
8 if (test $pid -eq 1) {