From 96345c68b1b8a5b1b4159ebd38abbe4a6992a090 Mon Sep 17 00:00:00 2001 From: Iain Patterson Date: Wed, 25 Feb 2015 13:13:38 +0000 Subject: [PATCH] Typo in git-commit-tree. --- .profile.d/git-commit-tree.bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.profile.d/git-commit-tree.bashrc b/.profile.d/git-commit-tree.bashrc index f1aca2c..95a4eaf 100644 --- a/.profile.d/git-commit-tree.bashrc +++ b/.profile.d/git-commit-tree.bashrc @@ -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 -- 2.20.1