commit | e44d2f770f28c3290863e509cb2406dcb67bd686 | [log] [tgz] |
---|---|---|
author | Instrumental <jonathan.gathman@att.com> | Thu Aug 16 17:22:45 2018 -0500 |
committer | Instrumental <jonathan.gathman@att.com> | Thu Aug 16 17:22:51 2018 -0500 |
tree | fecc9931d3c2299b23d9b6c921c7b8dcd3e081d8 | |
parent | e92a354be569d7be3d6e11ab11e32bd78ff9227d [diff] [blame] |
Fix shs for REPO Issue-ID: AAF-419 Change-Id: I2cec912c935a28c818ad4358cd236c153de54c30 Signed-off-by: Instrumental <jonathan.gathman@att.com>
diff --git a/auth/docker/dstop.sh b/auth/docker/dstop.sh index c6e1cfe..acec6c7 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