]> oss.titaniummirror.com Git - repo_shell.git/blobdiff - scripts/svncreate
Scripts tolerate spaces in /etc/repo_shell.cfg
[repo_shell.git] / scripts / svncreate
index a1f0ee20e66a4bdacc8339cc235aadd22ce9320a..b696a2bdbf05d12cefc17a55e232ed55710c813d 100755 (executable)
@@ -1,7 +1,8 @@
 #!/bin/sh
 # svncreate is part of the repo_shell distribution.
 
-source /etc/repo_shell.cfg
+
+eval $(sed -e 's| ||g' < /etc/repo_shell.cfg)
 if [ -z "$owner" -o -z "$svn_root" ]; then
     echo "$0: please configure /etc/repo_shell.cfg"
 fi