Project

General

Profile

1
#!/bin/bash -e
2
. "$(dirname "${BASH_SOURCE[0]}")"/in_datasrc_dir.run
3
.rel import.run
4

    
5
if self_not_included; then
6

    
7
subdirs=($(cat "$top_dir"/import_order.txt))
8

    
9
import()
10
{
11
	echo_func
12
	fwd "$FUNCNAME" "$@"
13
}
14

    
15
fi
(2-2/13)