From d6a20b049fdf50545003e18630c7a3f6289d4d63 Mon Sep 17 00:00:00 2001 From: Alice Example Date: Mon, 1 Sep 2014 14:26:56 -0400 Subject: [PATCH] Fix typo that makes vcs_remove fail --- bin/_blackbox_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/_blackbox_common.sh b/bin/_blackbox_common.sh index 98dfb9a..c175934 100755 --- a/bin/_blackbox_common.sh +++ b/bin/_blackbox_common.sh @@ -270,7 +270,7 @@ function vcs_commit_git() { # Remove file from repo, even if it was deleted locally already. # If it doesn't exist yet in the repo, it should be a no-op. function vcs_remove() { - vcs_remove$(which_vcs) """$@""" + vcs_remove_$(which_vcs) """$@""" } # Mercurial function vcs_remove_hg() {