From 0d378e905e4df6266d9fc9243e7ed735e12d839b Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Sat, 26 Oct 2013 20:17:56 +0200 Subject: inst: cleanup installer making it not rely on path containing . always explicitely execute installer modules with ./name instead of relying that the path contians the dot. --- rc/bin/inst/mainloop | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rc/bin/inst/mainloop') diff --git a/rc/bin/inst/mainloop b/rc/bin/inst/mainloop index f57c37098..7c0851a51 100755 --- a/rc/bin/inst/mainloop +++ b/rc/bin/inst/mainloop @@ -1,7 +1,7 @@ #!/bin/rc cd /bin/inst -. defs +. ./defs fn sigint { } coherence @@ -11,4 +11,4 @@ coherence # continually reexecing from here. while() - main + ./main -- cgit v1.2.3