DavidGriffith / minipro-import-test

An open source program for controlling the MiniPRO TL866xx series of chip programmers
GNU General Public License v3.0
3 stars 0 forks source link

Use /usr/bin/env to determine location of bash - [closed] #448

Closed DavidGriffith closed 1 year ago

DavidGriffith commented 2 years ago

In GitLab by @hzeller on Sep 6, 2022, 23:29

Merges 20220906-use-usrbinenv -> master

Bash is not guaranteed to be in /bin, but on posix systems /usr/bin/env is available to provide the correct path.

Signed-off-by: Henner Zeller h.zeller@acm.org

DavidGriffith commented 2 years ago

In GitLab by @radiomanV on Sep 7, 2022, 11:13

The miniprohex should be removed instead, imo. The minipro can directly handle hex files including read/write to stdin/stdout (piping). It is a leftover script from ancient times when minipro was in an early stage.

DavidGriffith commented 2 years ago

Noted. I'll remove it when I'm done with this batch of merges.

DavidGriffith commented 2 years ago

Not sure why this didn't automatically get marked as merged...

DavidGriffith commented 2 years ago

I probably should have just deleted this script, but I guess for pedantic documentary purposes....