diff options
Diffstat (limited to 'extras/who-wrote-glusterfs/who-wrote-glusterfs.sh')
| -rwxr-xr-x | extras/who-wrote-glusterfs/who-wrote-glusterfs.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extras/who-wrote-glusterfs/who-wrote-glusterfs.sh b/extras/who-wrote-glusterfs/who-wrote-glusterfs.sh index 487f5874b55..70d5964c576 100755 --- a/extras/who-wrote-glusterfs/who-wrote-glusterfs.sh +++ b/extras/who-wrote-glusterfs/who-wrote-glusterfs.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # # Gather statistics on "Who wrote GlusterFS". The idea comes from the excellent # articles on http://lwn.net/ named "Who wrote <linux-version>?". @@ -28,7 +28,7 @@ check_gitdm() { if [ ! -e "${GITDM_DIR}/gitdm" ] then - git clone --quiet git://git.lwn.net/gitdm.git ${DIRNAME}/gitdm + git clone --quiet ${GITDM_REPO} ${DIRNAME}/gitdm fi } |
