From e44d2f770f28c3290863e509cb2406dcb67bd686 Mon Sep 17 00:00:00 2001 From: Instrumental Date: Thu, 16 Aug 2018 17:22:45 -0500 Subject: Fix shs for REPO Issue-ID: AAF-419 Change-Id: I2cec912c935a28c818ad4358cd236c153de54c30 Signed-off-by: Instrumental --- auth/docker/dstop.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'auth/docker/dstop.sh') diff --git a/auth/docker/dstop.sh b/auth/docker/dstop.sh index c6e1cfeb..acec6c76 100644 --- a/auth/docker/dstop.sh +++ b/auth/docker/dstop.sh @@ -3,7 +3,7 @@ . ./d.props if [ "$1" == "" ]; then - AAF_COMPONENTS=$(ls ../aaf_${VERSION}/bin | grep -v '\.') + AAF_COMPONENTS=$(cat components) else AAF_COMPONENTS="$@" fi -- cgit 1.2.3-korg