Revision 14907
Added by Aaron Marcuse-Kubitza about 10 years ago
import_all | ||
---|---|---|
32 | 32 |
. $self [vars...] (note initial \".\")"|fold -s >&2 |
33 | 33 |
return 0 # not nonzero because this will close the subshell |
34 | 34 |
fi |
35 |
: ${version=$(output_data=1 make -s version)}
|
|
35 |
: ${version=$(make -s version)} |
|
36 | 36 |
local by_col=${by_col-1} full_import=1 |
37 | 37 |
export version by_col full_import |
38 | 38 |
|
Also available in: Unified diff
bin/import_all: `make -s`: removed no longer needed output_data=1