diff scripts/updates-pull.sh @ 191:fea886ba7279

DEP-12: add source for .functions.sh to all scripts using compose
author smith@nwoca.org
date Wed, 20 Sep 2017 17:56:23 +0100
parents 018f62da1931
children
line wrap: on
line diff
--- a/scripts/updates-pull.sh	Wed Sep 20 17:41:25 2017 +0100
+++ b/scripts/updates-pull.sh	Wed Sep 20 17:56:23 2017 +0100
@@ -12,6 +12,8 @@
 #
 # Note: if filter is provided, the first argument is ignored. A complete filter must be supplied.
 #
+source "${SSDT_SCRIPTS:-$(dirname "${BASH_SOURCE[0]}")}/.functions.sh"
+
 APP=${1:+=$1}
 FILTER=${2:-label=io.ssdt.app$APP}
 while read -a line