]> oss.titaniummirror.com Git - repo_shell.git/blobdiff - scripts/gitcreate
Scripts tolerate spaces in /etc/repo_shell.cfg
[repo_shell.git] / scripts / gitcreate
index 2c655157aa0a373f0007314318e091b06803fdfe..d570f71b13f3088fad4600e95e9ed8a9f9c8b7c0 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 # gitcreate 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 "$git_root" -o -z "$git_acl_file" ]; then
     echo "$0: please configure /etc/repo_shell.cfg"
 fi