Skip to content

Commit

Permalink
Remove unneeded .env.dist configuration parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
stevleibelt committed Nov 18, 2024
1 parent f38140c commit 762858e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion .env.dist
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ ASK_TO_DUMP_ISO=0 #0|1
ASK_TO_RUN_ISO=0 #0|1
ASK_TO_UPLOAD_ISO=0 #0|1
BE_VERBOSE=0 #0|1
BUILD_FILE_NAME="archlinux-archzfs-${KERNEL}" #<string>
IS_DRY_RUN=0 #0|1
IS_FORCED=0 #0|1
KERNEL="linux" #linux|linux-lts
Expand Down
2 changes: 2 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1059,6 +1059,8 @@ function _main ()

if [[ ${BE_VERBOSE} -eq 1 ]];
then
GIT_CURL_VERBOSE=1
GIT_TRACE=1
dump_runtime_environment_variables
fi

Expand Down

0 comments on commit 762858e

Please sign in to comment.