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.
This commit is contained in:
parent
744dbd6bb8
commit
0d378e905e
14 changed files with 19 additions and 103 deletions
|
@ -4,7 +4,7 @@ if(test -w /dev/wctl)
|
|||
echo scroll > /dev/wctl
|
||||
|
||||
cd /bin/inst
|
||||
. defs
|
||||
. ./defs
|
||||
|
||||
textinst=1
|
||||
export textinst
|
||||
|
@ -13,5 +13,4 @@ export textinst
|
|||
rm -f /srv/log
|
||||
echo 2 >/srv/log
|
||||
log `{date} Installation process started
|
||||
inst/mainloop
|
||||
|
||||
exec ./mainloop
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue