Skip to content

Commit 1e4173f

Browse files
committed
Potential fix for macOS failure: transcrypt: line 85: pbkdf2_args[@]: unbound variable
1 parent 006a0a9 commit 1e4173f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

transcrypt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,7 @@ git_textconv() {
405405
return
406406
fi
407407
_load_transcrypt_config_vars
408+
_load_vars_for_encryption
408409
_openssl_decrypt -in "$filename" 2>/dev/null || cat "$filename"
409410
}
410411

0 commit comments

Comments
 (0)