diff options
Diffstat (limited to 'src/oh-autobuild.sh')
-rw-r--r-- | src/oh-autobuild.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/oh-autobuild.sh b/src/oh-autobuild.sh index c85dd0f..84aed92 100644 --- a/src/oh-autobuild.sh +++ b/src/oh-autobuild.sh @@ -42,7 +42,7 @@ main() oh_set_buildsystem_option 'build-target' "${OPTARG}" ;; ?) - ob_error "$(ob_get_msg 'bad_opt')" + oh_error "$(ob_get_msg 'bad_opt')" exit 1 ;; esac |