diff options
Diffstat (limited to 'src/oh-autotest.sh')
-rw-r--r-- | src/oh-autotest.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/oh-autotest.sh b/src/oh-autotest.sh index f44fc17..f11414d 100644 --- a/src/oh-autotest.sh +++ b/src/oh-autotest.sh @@ -36,7 +36,7 @@ main() oh_set_buildsystem_option 'build-dir' "${OPTARG}" ;; ?) - oh_error "$(ob_get_msg 'bad_opt')" + oh_error "$(oh_get_msg 'bad_opt')" exit 1 ;; esac |