From 780d42c7549512ba040638a3afaee07043a0459f Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Wed, 26 Feb 2014 21:37:11 -0500 Subject: oh_buildsystem_arch(): Require second argument. --- (limited to 'src') 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 "${@}" -- cgit v0.9.1