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/start | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'rc/bin/inst/start') diff --git a/rc/bin/inst/start b/rc/bin/inst/start index af05ce920..1323c766f 100755 --- a/rc/bin/inst/start +++ b/rc/bin/inst/start @@ -4,7 +4,7 @@ if(test -w /dev/wctl) echo scroll > /dev/wctl cd /bin/inst -. defs +. ./defs textinst=1 export textinst @@ -13,5 +13,4 @@ export textinst rm -f /srv/log echo 2 >/srv/log log `{date} Installation process started -inst/mainloop - +exec ./mainloop -- cgit v1.2.3