Skip to content

Commit

Permalink
fix: use pattern with 6 X, busybox mktemp (alpine) requires it
Browse files Browse the repository at this point in the history
  • Loading branch information
chsukivra committed May 23, 2024
1 parent 1a8f4e0 commit be1fd37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion priv/templates/extended_bin
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ make_out_file_path() {

# Replace environment variables
replace_os_vars() {
TEMP_OUT=$(mktemp "$2".XXXXX)
TEMP_OUT=$(mktemp "$2".XXXXXX)
awk '{
while(match($0,"[$]{[^}]*}")) {
var=substr($0,RSTART+2,RLENGTH -3)
Expand Down

0 comments on commit be1fd37

Please sign in to comment.