View | Details | Raw Unified | Return to bug 28519
Collapse All | Expand All

(-)a/debian/scripts/koha-shell (-1 / +1 lines)
Lines 89-94 sub read_perl5lib { Link Here
89
    if ( $dev_install ) {
89
    if ( $dev_install ) {
90
        # pick PERL5LIB from the intranetdir entry
90
        # pick PERL5LIB from the intranetdir entry
91
        $result = `xmlstarlet sel -t -v "yazgfs/config/intranetdir" /etc/koha/sites/$instance/koha-conf.xml`;
91
        $result = `xmlstarlet sel -t -v "yazgfs/config/intranetdir" /etc/koha/sites/$instance/koha-conf.xml`;
92
        $result = "$result:$result/lib";
92
    }
93
    }
93
    return $result;
94
    return $result;
94
}
95
}
95
- 

Return to bug 28519