aboutsummaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2021-04-08 15:33:10 +0000
committerMathieu Arnold <mat@FreeBSD.org>2021-04-08 15:46:53 +0000
commitc618b1501762ea9cd7ef0a3ae44cec7970dfbd5c (patch)
treea1188120ba09729292af743dbcf2f851f1fff79f /Tools
parentce196940be576646bf30593d6781df3a0170a947 (diff)
Diffstat (limited to 'Tools')
-rwxr-xr-xTools/scripts/tindex6
1 files changed, 2 insertions, 4 deletions
diff --git a/Tools/scripts/tindex b/Tools/scripts/tindex
index cf8eb8c6ce8e..57a74dd8c23f 100755
--- a/Tools/scripts/tindex
+++ b/Tools/scripts/tindex
@@ -42,11 +42,9 @@ fi
# --------------------------------------------------------
blame() {
- # Find out who is responsible for current version of file $1, if not deleted
+ # Find out who is responsible for current version of file $1
- if [ -e $1 ]; then
- ${GIT} log --no-patch --max-count=1 --format='%ce' $1
- fi
+ ${GIT} log --no-patch --max-count=1 --format='%ce' -- $1
}
indexfail() {