Remove FHS dependency by replacing /bin/env with /usr/bin/env

This commit is contained in:
Emil J. Tywoniak 2026-04-23 15:48:33 +02:00
parent f213a34427
commit dc570e3d55
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
#!/bin/env bash
#!/usr/bin/env bash
yosys -p "synth_intel -family cycloneiv -top lfsr_updown -vqm top.vqm" lfsr_updown.v

View File

@ -1,2 +1,2 @@
#!/bin/env bash
#!/usr/bin/env bash
yosys -p "synth_intel -family max10 -top lfsr_updown -vqm top.vqm" lfsr_updown.v