Revision 8804
Added by Aaron Marcuse-Kubitza almost 12 years ago
lib/runscripts/import.run | ||
---|---|---|
20 | 20 |
echo_func "$@" |
21 | 21 |
} |
22 | 22 |
|
23 |
export_ () |
|
24 |
{ |
|
25 |
echo_func "$@" |
|
26 |
} |
|
27 |
|
|
23 | 28 |
all () |
24 | 29 |
{ |
25 | 30 |
echo_func "$@" |
26 | 31 |
import |
32 |
export_ |
|
27 | 33 |
} |
28 | 34 |
|
29 | 35 |
fi |
Also available in: Unified diff
lib/runscripts/import.run: added export_ () command, which is run after import in all ()