Skip to content

Commit

Permalink
Fix env dumper
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref authored Sep 29, 2024
1 parent 5e99613 commit 9120a34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ export TEST=case
echo "TEST=$TEST"
command -v env
env
perl -e 'print join "\n", map { $_ => "$_=$ENV{$_}"} keys %ENV;'
perl -e 'print join "\n", map { "$_=$ENV{$_}" } keys %ENV;'

0 comments on commit 9120a34

Please sign in to comment.