summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2014-02-26 21:37:11 (EST)
committer P. J. McDermott <pjm@nac.net>2014-02-26 21:37:11 (EST)
commit780d42c7549512ba040638a3afaee07043a0459f (patch)
treecdc3250570ad7622955cfa00b97e7a5bd2882542 /src
parent5f3abe64cc0fe9c50ff0caf97bb5c6c14b31cae7 (diff)
oh_buildsystem_arch(): Require second argument.
Diffstat (limited to 'src')
-rw-r--r--src/oh-architecture.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/oh-architecture.sh b/src/oh-architecture.sh
index 4ba5929..003b625 100644
--- a/src/oh-architecture.sh
+++ b/src/oh-architecture.sh
@@ -48,7 +48,7 @@ main()
oh_buildsystems_init
- oh_buildsystem_arch "${1}"
+ oh_buildsystem_arch "${1}" ''
}
main "${@}"