aboutsummaryrefslogtreecommitdiff
path: root/bin/td
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-06-21 11:16:45 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-06-21 11:16:45 +1200
commit6bcb7df3118f8a752b16bdb98838855303ab164a (patch)
tree0d1af70dd9a72977adedaf2e436607fc7965f3c0 /bin/td
parentSwitch to public clones of Vim submodules (diff)
downloaddotfiles-6bcb7df3118f8a752b16bdb98838855303ab164a.tar.gz
dotfiles-6bcb7df3118f8a752b16bdb98838855303ab164a.zip
Remove unneeded line-break backslashes
Diffstat (limited to 'bin/td')
-rwxr-xr-xbin/td2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/td b/bin/td
index e4b0669a..466d2ed4 100755
--- a/bin/td
+++ b/bin/td
@@ -29,7 +29,7 @@ cd -- "$dir" || exit
# Quick function to determine if a directory is a Git repository
isrepo() {
- { git symbolic-ref --quiet HEAD || \
+ { git symbolic-ref --quiet HEAD ||
git rev-parse --short HEAD
} >/dev/null 2>&1
}