Echo commands in scripts

This commit is contained in:
Oleg Kalachev
2021-06-29 03:11:27 +03:00
parent 77d5496ede
commit 50e6b431a6
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/bash
set -e
set -ex
# FIXME: Use system Packer if possible
#PACKER=$(which packer)

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash
set -e
set -ex
echo "--- Current environment:"
/usr/bin/env