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/configether | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rc/bin/inst/configether') diff --git a/rc/bin/inst/configether b/rc/bin/inst/configether index 3487a8b80..a12d0823f 100755 --- a/rc/bin/inst/configether +++ b/rc/bin/inst/configether @@ -23,7 +23,7 @@ case go export ipaddr ipmask gwaddr } export ethermethod gwaddr ipaddr ipmask dhcphost - exec startether go + exec ./startether go case checkdone if(! ~ $ethermethod manual dhcp) { -- cgit v1.2.3