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/configppp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rc/bin/inst/configppp') diff --git a/rc/bin/inst/configppp b/rc/bin/inst/configppp index 65e97a78b..da6c100fd 100755 --- a/rc/bin/inst/configppp +++ b/rc/bin/inst/configppp @@ -53,7 +53,7 @@ case go } export pppdev pppmethod pppphone ppppasswd pppuser pppbaud - exec startppp go + exec ./startppp go case checkdone if(! ~ $#pppmethod 1 || ! test -f /dev/$pppdev){ -- cgit v1.2.3