From 9b4f1369c4720c4dba71192e07de564fccb3f410 Mon Sep 17 00:00:00 2001 From: martin Date: Wed, 20 Apr 2011 13:41:04 +0000 Subject: [PATCH] MacInstaller: fix 10.5 build script, broken with previous change. git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@5377 c6295689-39f2-0310-b995-f0e70906c6a9 --- MacOSX/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MacOSX/build b/MacOSX/build index 54ca9cb6..e51dd25e 100755 --- a/MacOSX/build +++ b/MacOSX/build @@ -5,4 +5,4 @@ test -x ./configure || ./bootstrap # configure once to set the version in build script ./configure # build and package installer -bash ./MacOSX/build-package \ No newline at end of file +bash ./MacOSX/build-package $@