builder: Unset the 'x' parameter

This commit is contained in:
Sameer Rahmani 2023-02-06 18:01:31 +00:00
parent c59aa96ca5
commit 36f8e59c2b
Signed by: lxsameer
GPG Key ID: B0A4AF28AB9FD90B
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@
#
# $ VERBOSE=ON ./builder build/
#
set -xe
set -e
command=$1
VERSION="0.8.0"