diff options
-rwxr-xr-x | extras/who-wrote-glusterfs/who-wrote-glusterfs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/who-wrote-glusterfs/who-wrote-glusterfs.sh b/extras/who-wrote-glusterfs/who-wrote-glusterfs.sh index 487f5874b55..7a1896e6a90 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>?". |