From 670f41a585129b648b06cb934dea9b25ecf89024 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Mon, 21 Jan 2019 15:42:54 -0200 Subject: [PATCH] environment/fetch: add cmd_fetch variable. --- common/environment/fetch/fetch_cmd.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 common/environment/fetch/fetch_cmd.sh diff --git a/common/environment/fetch/fetch_cmd.sh b/common/environment/fetch/fetch_cmd.sh new file mode 100644 index 0000000000..2efc359507 --- /dev/null +++ b/common/environment/fetch/fetch_cmd.sh @@ -0,0 +1,4 @@ +# +# Sets the fetch_cmd variable used by hooks/do-fetch/00-distfiles.sh +# +: ${fetch_cmd:=$XBPS_FETCH_CMD}