mirror of
https://github.com/clearlinux/koji-setup-scripts.git
synced 2026-04-28 11:03:50 +00:00
Quote all subshell usage
Signed-off-by: George T Kramer <george.t.kramer@intel.com>
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
# limitations under the License.
|
||||
|
||||
set -xe
|
||||
SCRIPT_DIR=$(dirname $(realpath "$0"))
|
||||
SCRIPT_DIR="$(dirname "$(realpath "$0")")"
|
||||
source "$SCRIPT_DIR"/parameters.sh
|
||||
|
||||
## INSTALL KOJI
|
||||
|
||||
Reference in New Issue
Block a user