diff options
author | David Wührer <def@gmx.at> | 2025-06-06 18:52:13 +0200 |
---|---|---|
committer | David Wührer <def@gmx.at> | 2025-06-06 18:52:13 +0200 |
commit | c9e71e7c788aaa5954e5e46c72a03b527761d7e7 (patch) | |
tree | d334d3f0abd6361a0edf46c0fbae890b18ca4b88 /bin/map | |
parent | 931d2a40e4ad86dd1ddbf5247c719d9e43b072d8 (diff) |
escape map f
Diffstat (limited to 'bin/map')
-rwxr-xr-x | bin/map | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,5 +7,5 @@ else f(){ eval "$fn" "$1";} fi shift for x in "$@" -do f "$x" +do f "${x@Q}" done |