Revision 6203
Added by Aaron Marcuse-Kubitza about 12 years ago
bin/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
reinstall_all: Fixed bug where also need to include datasources starting with . such as .TNRS/, by using with_all's new $all option