# HG changeset patch # User Dario Sestito # Date 1257531709 0 # Node ID 6e2dd2cc846d940ea055b0d02a6f2bf298c6c9a0 # Parent d41d4cdb97ad02216f282b5f390bba910e21d967 Fix --sbsconfig option should take a string as argument diff -r d41d4cdb97ad -r 6e2dd2cc846d build_package.pl --- a/build_package.pl Fri Oct 30 16:18:37 2009 +0000 +++ b/build_package.pl Fri Nov 06 18:21:49 2009 +0000 @@ -49,7 +49,7 @@ 'projectdir=s' => \$sFbfProjectDir, 'subproj=s' => \$sSubProject, 'variant=s' => \$sSubprojVariant, - 'sbsconfig!' => \$sSBSConfig, + 'sbsconfig=s' => \$sSBSConfig, #'sources=s' => \$sSourcesFile, #'model=s' => \$sModelFile, 'number=s' => \$nCmdLineNumber,