diff options
author | cinap_lenrek <cinap_lenrek@gmx.de> | 2013-10-26 20:17:56 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@gmx.de> | 2013-10-26 20:17:56 +0200 |
commit | 0d378e905e4df6266d9fc9243e7ed735e12d839b (patch) | |
tree | 588fa45dabe85b0f58f9993928db9bb1812434d6 /rc/bin/inst/configppp | |
parent | 744dbd6bb8532d6add6b00a16a794fd037caadbf (diff) |
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.
Diffstat (limited to 'rc/bin/inst/configppp')
-rwxr-xr-x | rc/bin/inst/configppp | 2 |
1 files changed, 1 insertions, 1 deletions
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){ |