Skip to content

Commit

Permalink
updated foreach_path_bin.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Jan 8, 2025
1 parent 55815f4 commit c5378c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/foreach_path_bin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ while read -r binary; do
echo "# $binary" >&2
echo "# ============================================================================ #" >&2
echo >&2
ls -l "$binary"
ls -l "$binary" >&2
echo >&2
"$binary" "$@"
echo >&2
Expand Down

0 comments on commit c5378c3

Please sign in to comment.