]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
ceph-backport.sh: introduce BACKPORT_COMMON env var
authorNathan Cutler <ncutler@suse.com>
Mon, 21 Oct 2019 18:39:12 +0000 (20:39 +0200)
committerNathan Cutler <ncutler@suse.com>
Wed, 23 Oct 2019 11:00:30 +0000 (13:00 +0200)
Signed-off-by: Nathan Cutler <ncutler@suse.com>
src/script/ceph-backport.sh

index dee8f958b22eecf6a78d67440bc1ca613c6d926b..a1e9c4247c2b668daca4aa98c1e20da32482dd0d 100755 (executable)
@@ -828,7 +828,7 @@ fi
 #
 
 BACKPORT_COMMON=$HOME/bin/backport_common.sh
-[ -f "$BACKPORT_COMMON" ] && source $HOME/bin/backport_common.sh
+[ -f "$BACKPORT_COMMON" ] && source "$BACKPORT_COMMON"
 setup_ok="1"
 init_github_user
 init_mandatory_vars