diff options
author | P. J. McDermott <pjm@nac.net> | 2013-04-28 09:38:47 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-04-28 09:38:47 (EDT) |
commit | f6bd46a4856847e84703f6faa8ec2993b329f6ae (patch) | |
tree | 65f989ac5df4778f0fda8e9b6c4497feafb1e2a2 | |
parent | 76776cbfcf5192b0a8968825a6431cd17a3f1c04 (diff) |
oh_set_buildsystem_option(): Fix parameter name.
-rw-r--r-- | lib/buildsystem.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/buildsystem.sh b/lib/buildsystem.sh index 110f0a9..f36eb52 100644 --- a/lib/buildsystem.sh +++ b/lib/buildsystem.sh @@ -59,7 +59,7 @@ oh_set_buildsystem_option() case "${_ohsbso_name}" in 'source-dir') - _OH_BUILDSYSTEM_SOURCE_DIR="${_ohbsbo_value}" + _OH_BUILDSYSTEM_SOURCE_DIR="${_ohsbso_value}" ;; 'build-dir') _OH_BUILDSYSTEM_BUILD_DIR="${_ohsbso_value}" |