Project

General

Profile

« Previous | Next » 

Revision 6203

reinstall_all: Fixed bug where also need to include datasources starting with . such as .TNRS/, by using with_all's new $all option

View differences:

reinstall_all
11 11
        return 2
12 12
    fi
13 13
    
14
    . "$selfDir/with_all" 'reinstall quiet=1'
14
    all=1; . "$selfDir/with_all" 'reinstall quiet=1'
15 15
}
16 16
reinstall_all_main "$@"

Also available in: Unified diff