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/bootsetup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rc/bin/inst/bootsetup') diff --git a/rc/bin/inst/bootsetup b/rc/bin/inst/bootsetup index d68989adb..72f5417b2 100755 --- a/rc/bin/inst/bootsetup +++ b/rc/bin/inst/bootsetup @@ -101,7 +101,7 @@ case go logprog unmount /n/9fat disk=`{basename `{basename -d $9fat}} - if(bootplan9){ + if(./bootplan9){ didbootsetup=1 export didbootsetup } -- cgit v1.2.3