diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2021-04-07 15:32:56 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-04-07 15:32:56 +0000 |
commit | 8c6123d8c19d95115dc865784ccb1dc87d24f35c (patch) | |
tree | 475e37e9e72341cbb8a4bb6ecd39da97bf529fc0 | |
parent | d6c3b88b98960353daa7fbd61fc4e44656ffff63 (diff) | |
parent | 2c1a48c550cec147016d8e88944a8c61458ee1ce (diff) |
Merge "Use sh instead of ash in distribution"
-rw-r--r-- | packages/policy-distribution-docker/src/main/docker/policy-dist.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/policy-distribution-docker/src/main/docker/policy-dist.sh b/packages/policy-distribution-docker/src/main/docker/policy-dist.sh index 5b1536e7..e3ccb9e2 100644 --- a/packages/policy-distribution-docker/src/main/docker/policy-dist.sh +++ b/packages/policy-distribution-docker/src/main/docker/policy-dist.sh @@ -1,9 +1,9 @@ -#!/usr/bin/env ash +#!/usr/bin/env sh # # ============LICENSE_START======================================================= # Copyright (C) 2018 Ericsson. All rights reserved. # Modifications Copyright (C) 2019-2020 Nordix Foundation. -# Modifications Copyright (C) 2020 AT&T. +# Modifications Copyright (C) 2020-2021 AT&T. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. |