Revision 14904
Added by Aaron Marcuse-Kubitza about 10 years ago
import_all | ||
---|---|---|
3 | 3 |
|
4 | 4 |
. "$(dirname "${BASH_SOURCE[0]}")"/../lib/runscripts/util.run "$@" |
5 | 5 |
|
6 |
set -o errexit -o pipefail # errexit since may be called from shell |
|
7 |
|
|
8 |
if test "$1" = .; then set --; fi # was .-included without args, so $@ is wrong |
|
9 |
|
|
10 | 6 |
hidden_srcs() |
11 | 7 |
{ |
12 | 8 |
local hidden_srcs=1 inputs=() # with_all adds the hidden srcs to @inputs |
Also available in: Unified diff
bin/import_all: removed functionality now provided by util.run