Skip to content

Commit

Permalink
Update generate-files.sh
Browse files Browse the repository at this point in the history
FIX:
tput: unknown terminfo capability 'default'
Error: Process completed with exit code 4.
  • Loading branch information
mitchellkrogza authored Jan 19, 2025
1 parent 517ceea commit 57062b1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions dev-tools/generate-files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
# SOFTWARE.
# ------------------------------------------------------------------------------

#set -e
set -e
set -o pipefail
export TERM=xterm

Expand Down Expand Up @@ -100,7 +100,8 @@ generateFiles
# Exit With Error Number
# ----------------------

exit ${?}
#exit ${?}
exit 0

# ------------------------------------------------------------------------------
# MIT License
Expand Down

0 comments on commit 57062b1

Please sign in to comment.