Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cfgnunes committed Mar 10, 2024
1 parent e35ba2c commit 7a0f983
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Archive/Extract Here
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ _all_commands_exists() {
local command=""
for command in $commands; do
if ! _command_exists "$command"; then
IFS=$old_ifs
return 1
fi
done
Expand Down

0 comments on commit 7a0f983

Please sign in to comment.