From 1c2a61e8a662bd0497b8180908e7af6f6f95ad8c Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Mon, 24 Jul 2006 02:07:11 +0000 Subject: Added initial implementation of autoconf script (aconfigure) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@625 74dad513-b988-da41-8d7b-12977e46ad98 --- svn_add | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'svn_add') diff --git a/svn_add b/svn_add index 163f2acc..55c43c7b 100644 --- a/svn_add +++ b/svn_add @@ -1,5 +1,5 @@ #!/bin/sh -svn add $1 +svn add $* -./svn_pset $1 +./svn_pset $* -- cgit v1.2.3