build_udb_list 105 B

1234
  1. #!/bin/ksh
  2. awk '{if ($1 == "install_target" && $3 != "") print $3}' \
  3. "$2/databases/$1.udb" >"$1.list"