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