Lines 392-397
if [ $# -gt 0 ]; then
Link Here
|
392 |
adjust_paths_dev_install $name |
392 |
adjust_paths_dev_install $name |
393 |
export DEV_INSTALL |
393 |
export DEV_INSTALL |
394 |
export KOHA_HOME |
394 |
export KOHA_HOME |
|
|
395 |
PERL5LIB=`echo $PERL5LIB | sed -e "s|:$KOHA_HOME/installer||g" -e "s|:$KOHA_HOME/lib/installer||g"` |
395 |
PERL5LIB=$PERL5LIB:$KOHA_HOME/installer:$KOHA_HOME/lib/installer |
396 |
PERL5LIB=$PERL5LIB:$KOHA_HOME/installer:$KOHA_HOME/lib/installer |
396 |
# If debug mode is enabled, add the debugger lib path |
397 |
# If debug mode is enabled, add the debugger lib path |
397 |
# to PERL5LIB if appropriate |
398 |
# to PERL5LIB if appropriate |
398 |
- |
|
|