summaryrefslogtreecommitdiff
path: root/t/t5900-repo-selection.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/t5900-repo-selection.sh')
-rwxr-xr-xt/t5900-repo-selection.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t5900-repo-selection.sh b/t/t5900-repo-selection.sh
index 3d5b418..14e59c5 100755
--- a/t/t5900-repo-selection.sh
+++ b/t/t5900-repo-selection.sh
@@ -15,7 +15,7 @@ make_tree() {
make_bare() {
git init --bare "$1" &&
(cd "$1" &&
- tree=`git hash-object -w -t tree /dev/null` &&
+ tree=$(git hash-object -w -t tree /dev/null) &&
commit=$(echo "$1" | git commit-tree $tree) &&
git update-ref HEAD $commit
)