diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2021-12-31 16:15:20 +0000 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2021-12-31 16:15:20 +0000 |
commit | 49e991eaed54c50cc65a0f9895ff69a6aa1517ab (patch) | |
tree | 79e5d0cd7ac867050f2e4b0b943770a23e524bae /rc | |
parent | b00b3d37397002383d14a122a6e166d23d2daa22 (diff) |
/rc/lib/rcmain: remove useless exit $staus at the end
Diffstat (limited to 'rc')
-rw-r--r-- | rc/lib/rcmain | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rc/lib/rcmain b/rc/lib/rcmain index 575718512..7d63edbb4 100644 --- a/rc/lib/rcmain +++ b/rc/lib/rcmain @@ -37,4 +37,3 @@ if not{ status='' . $* } -exit $status |