diff options
Diffstat (limited to 'autocompile.sh')
-rwxr-xr-x | autocompile.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/autocompile.sh b/autocompile.sh index a8aa175d89a9..a0926f3cdda0 100755 --- a/autocompile.sh +++ b/autocompile.sh @@ -65,7 +65,7 @@ install -m1777 -d $ROOT/tmp/portage-log echo "$C_HILITE>>>$C_NORMAL Building from ${mylist}..." for i in $mypackages do - + source /etc/profile # full path myd=${i/.\//$PORTDIR\/gentoo-x86\/} @@ -121,4 +121,5 @@ do echo "!!! $myd does not exists !" fi env-update &>/dev/null + done
\ No newline at end of file |