diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-09-23 09:06:20 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-09-23 09:06:20 (EDT) |
commit | 5419c7519a416670db8223206218c0693e8c1425 (patch) | |
tree | 67fb264aeb071149477af86d154e0bec113848e1 /lib | |
parent | 5ebcd862c691c9f3a4b0d8d32f6444d828019e29 (diff) |
package_2_set_substvars(): Fix parse_control call
Diffstat (limited to 'lib')
-rw-r--r-- | lib/package/2.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/package/2.sh b/lib/package/2.sh index f1c73e8..62418d3 100644 --- a/lib/package/2.sh +++ b/lib/package/2.sh @@ -63,7 +63,7 @@ package_2_set_substvars() local plat="${2}" if [ -f "${package_dir}/substvars" ]; then - ob_parse_control "${package_dir}/substvars" \ + parse_control "${package_dir}/substvars" \ package_2_substvar_cb fi |