From b5411f5f4d55560e4f3f00cced6b11f097cd5e1d Mon Sep 17 00:00:00 2001 From: Nanang Izzuddin Date: Tue, 15 Jul 2014 05:48:29 +0000 Subject: [PATCH] Misc (re #1751): Updated configure script to pass params using "$@" (thanks Alexander Traud for the feedback). git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@4878 74dad513-b988-da41-8d7b-12977e46ad98 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 849e35473..ba445cfdc 100755 --- a/configure +++ b/configure @@ -1,5 +1,5 @@ #!/bin/sh -./aconfigure $* +./aconfigure "$@" # Note: # if you're looking for the old configure script, it has been renamed