From 10efd7d832a44995732bb41e2d76de13f8f2cd8c Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Tue, 09 Oct 2012 22:45:59 -0400 Subject: Fix missing ob_get_msg() call. --- (limited to 'src/oh-installfiles.sh') diff --git a/src/oh-installfiles.sh b/src/oh-installfiles.sh index e91c26e..516bd1c 100644 --- a/src/oh-installfiles.sh +++ b/src/oh-installfiles.sh @@ -38,7 +38,7 @@ main() for pkg in ${OPK_PACKAGES}; do [ -r "../${pkg}.pkg/files" ] || continue - ob_info 'installing_files' "${pkg}" + ob_info "$(ob_get_msg 'installing_files')" "${pkg}" mkdir -p "${pkg}.data" chmod 755 "${pkg}.data" -- cgit v0.9.1