From 224ca6b4a472fb9bb70f455bcea6733f9c9e99bc Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 21 Jul 2019 16:39:58 +0100 Subject: git-playtree-setup: Rename from git-playtree-create The name is from when I thought it would actually mkdir. But it doesn't. No overall functional change. Signed-off-by: Ian Jackson --- git-debpush | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'git-debpush') diff --git a/git-debpush b/git-debpush index 0be0bf4..5b99e72 100755 --- a/git-debpush +++ b/git-debpush @@ -38,8 +38,8 @@ set -o pipefail # **** Helper functions and variables **** us="$(basename $0)" -git_playtree_create=git-playtree-create ###substituted### -git_playtree_create=${DEBPUSH_GIT_PLAYTREE_CREATE-$git_playtree_create} +git_playtree_setup=git-playtree-setup ###substituted### +git_playtree_setup=${DEBPUSH_GIT_PLAYTREE_SETUP-$git_playtree_setup} cleanup() { if [ -d "$temp" ]; then -- cgit v1.2.3