Typo in git-commit-tree.
authorIain Patterson <me@iain.cx>
Wed, 25 Feb 2015 13:13:38 +0000 (13:13 +0000)
committerIain Patterson <me@iain.cx>
Wed, 25 Feb 2015 13:13:38 +0000 (13:13 +0000)
.profile.d/git-commit-tree.bashrc

index f1aca2c..95a4eaf 100644 (file)
@@ -20,7 +20,7 @@ function git_commit_tree() {
 
         # Fall back to generic file.
         if [ -z "$value" ]; then
-            eval value=\$\(\<\$${where}/".git_${what}"\) 2>/dev/null
+            eval value=\$\(\<${where}/".git_${what}"\) 2>/dev/null
         fi
       fi