diff options
Diffstat (limited to '.local/bin/in-git-repo')
-rwxr-xr-x | .local/bin/in-git-repo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/in-git-repo b/.local/bin/in-git-repo index e155bc8..56e2e33 100755 --- a/.local/bin/in-git-repo +++ b/.local/bin/in-git-repo @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh res=$(git rev-parse --is-inside-work-tree 2>/dev/null) |