In jbake-2.7.0-rc.7, bash script jbake have SAVED variable is not initialized. According to previous version it should initialized to current directory, typically: ```bash SAVED="$( pwd )" ```
In jbake-2.7.0-rc.7, bash script jbake have SAVED variable is not initialized.
According to previous version it should initialized to current directory,
typically:
SAVED="$( pwd )"