mirror of
https://github.com/brain-hackers/buildbrain
synced 2024-11-14 22:38:01 +09:00
Fix case
This commit is contained in:
parent
7c9634349f
commit
c133c10be3
@ -17,7 +17,7 @@ for i in $(seq 1 7); do
|
||||
case $i in
|
||||
1|2|3)
|
||||
mv ${REPO}/nk.bin ${WORK}/edsa${i}exe.bin;;
|
||||
4|5|6)
|
||||
4|5|6|7)
|
||||
mv ${REPO}/nk.bin ${WORK}/edsh${i}exe.bin;;
|
||||
*)
|
||||
echo "WTF: $i"
|
||||
|
Loading…
Reference in New Issue
Block a user