kodev: spawn subshell in activate command

pull/1951/head
Qingping Hou 8 years ago
parent 790472fb38
commit cc98ba7604

@ -384,8 +384,10 @@ fi
case $1 in
activate)
echo "adding ${CURDIR} to \$PATH..."
export PATH="${PATH}:${CURDIR}"
eval $(luarocks path bin)
exec ${SHELL}
;;
fetch-thirdparty)
kodev-fetch-thirdparty

Loading…
Cancel
Save