Avoid filenames with colons
This commit is contained in:
parent
cd56907165
commit
d847f561ac
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ board=$1
|
|||
hash=$(git rev-parse --short HEAD)
|
||||
|
||||
in_file="size_$board.txt"
|
||||
out_file="size_${hash}_$board.csv"
|
||||
out_file="size_${hash}_${board//:/-}.csv"
|
||||
rm -f $out_file
|
||||
|
||||
# write the header
|
||||
|
|
Loading…
Add table
Reference in a new issue