From: Iain Patterson Date: Wed, 25 Feb 2015 13:13:38 +0000 (+0000) Subject: Typo in git-commit-tree. X-Git-Url: http://git.iain.cx/?p=profile.git;a=commitdiff_plain;h=96345c68b1b8a5b1b4159ebd38abbe4a6992a090;hp=5a45671be03119875f1c5b5f9afc7f35315dc4c6 Typo in git-commit-tree. --- 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