diff options
Diffstat (limited to 'scripts/repo-info.sh')
-rwxr-xr-x | scripts/repo-info.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/repo-info.sh b/scripts/repo-info.sh index 4e8795344..91c824719 100755 --- a/scripts/repo-info.sh +++ b/scripts/repo-info.sh @@ -1,4 +1,4 @@ -#! /bin/bash +#!/bin/bash # # Retrieves git repository info for directory ${1} using command ${2} |