Skip to content

Commit

Permalink
fix bank
Browse files Browse the repository at this point in the history
  • Loading branch information
teuben committed Jan 14, 2025
1 parent 9b6dc2c commit 2511575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/mk_summary1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ for o in $(find . -maxdepth 1 -type d | sed s+./++ | sort -n); do
echo " <A HREF=$o/README.html> ${o}</A>"
echo " </td>"
echo " <td>"
echo " $(echo $ext|sed s/__//)"
echo " $bank
echo " </td>"
echo " <td>"
echo " $src"
Expand Down

0 comments on commit 2511575

Please sign in to comment.