X-Git-Url: https://oss.titaniummirror.com/gitweb?a=blobdiff_plain;f=scripts%2Fgitcreate;h=d570f71b13f3088fad4600e95e9ed8a9f9c8b7c0;hb=d3b6749b37080436b4eeefac3f336a9de892a107;hp=2c655157aa0a373f0007314318e091b06803fdfe;hpb=37b4fa8991194603aa19e3a7b5d24d768b776a6d;p=repo_shell.git diff --git a/scripts/gitcreate b/scripts/gitcreate index 2c65515..d570f71 100755 --- a/scripts/gitcreate +++ b/scripts/gitcreate @@ -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