commit 6ca3bda

hovercats  ·  2024-02-02 06:39:48 +0000 UTC
parent 716d3b9
set -e at shebang
1 files changed,  +1, -1
M rcinit
M rcinit
+1, -1
1@@ -1,4 +1,4 @@
2-#!/bin/rc
3+#!/bin/rc -e
4 
5 # Check if PID is 1
6 if (test $pid -eq 1) {