summaryrefslogtreecommitdiff
path: root/svn_pset
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2006-07-24 02:07:11 +0000
committerBenny Prijono <bennylp@teluu.com>2006-07-24 02:07:11 +0000
commit1c2a61e8a662bd0497b8180908e7af6f6f95ad8c (patch)
tree28857af0028c4718e8663250f4ceb3eaff6bef40 /svn_pset
parent506a01d84b9577c45ec6f95be15345017c96b809 (diff)
Added initial implementation of autoconf script (aconfigure)
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@625 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'svn_pset')
-rw-r--r--svn_pset4
1 files changed, 2 insertions, 2 deletions
diff --git a/svn_pset b/svn_pset
index fddc3077..7e0d3d44 100644
--- a/svn_pset
+++ b/svn_pset
@@ -1,4 +1,4 @@
#!/bin/sh
-svn pset svn:keywords id $1
-svn pset svn:eol-style native $1
+svn pset svn:keywords id $*
+svn pset svn:eol-style native $*