summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2014-02-25 12:11:38 (EST)
committer P. J. McDermott <pjm@nac.net>2014-02-25 12:11:38 (EST)
commita63b51a7aa9d579a9502dceb3427665d4ba6ebbe (patch)
treec3f4263d2d304c7c3875209a80369df88004e569
parent3ea92a28ae0bb11d5b1989a3c95ee6228dad0fb4 (diff)
lib/buildsystem.sh: Use new locale functions.
-rw-r--r--lib/buildsystem.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/buildsystem.sh b/lib/buildsystem.sh
index 7733655..39dcceb 100644
--- a/lib/buildsystem.sh
+++ b/lib/buildsystem.sh
@@ -114,7 +114,7 @@ oh_buildsystem_find()
done
fi
- oh_warn "$(ob_get_msg 'no_capable_build_sys')"
+ oh_warn "$(oh_get_msg 'no_capable_build_sys')"
return 1
}
@@ -165,6 +165,6 @@ oh_buildsystem_arch()
fi
done
- oh_warn "$(ob_get_msg 'no_capable_host_arch')"
+ oh_warn "$(oh_get_msg 'no_capable_host_arch')"
return 1
}