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/finish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rc/bin/inst/finish') diff --git a/rc/bin/inst/finish b/rc/bin/inst/finish index 7a0abfe1a..7592f3a5e 100755 --- a/rc/bin/inst/finish +++ b/rc/bin/inst/finish @@ -12,5 +12,5 @@ case checkdone case go echo 'Congratulations; you''ve completed the install.' echo - halt + exec ./halt } -- cgit v1.2.3