# HG changeset patch # User Tero Marttila # Date 1425321610 -7200 # Node ID 1d5625a944febfa7c9d5023262fe70af3362564c # Parent 6fb97fcf09997ac97d22fbab5dc2d83f8f7a8bc6 update: pvl/main: fix cd SRV diff -r 6fb97fcf0999 -r 1d5625a944fe lib/pvl/main.sh --- a/lib/pvl/main.sh Mon Mar 02 20:35:29 2015 +0200 +++ b/lib/pvl/main.sh Mon Mar 02 20:40:10 2015 +0200 @@ -70,7 +70,7 @@ done # initialize relative paths - [ -z "$SRV" ] || cd $SRV + [ -n "$SRV" ] && cd $SRV ${MAIN_MODULE}_main } diff -r 6fb97fcf0999 -r 1d5625a944fe pvl/hosts/__init__.py --- a/pvl/hosts/__init__.py Mon Mar 02 20:35:29 2015 +0200 +++ b/pvl/hosts/__init__.py Mon Mar 02 20:40:10 2015 +0200 @@ -1,4 +1,4 @@ -__version__ = '0.8.0a5' +__version__ = '0.8.0a6' from pvl.hosts.config import ( optparser,