mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
Use /usr/bin/env in shebangs
Stop assuming that bash is in /bin, and that perl and python are in /usr/bin, etc. Instead, use env command to find these commands in the path.
This commit is contained in:
parent
bf66d66114
commit
7d157606ee
23 changed files with 23 additions and 23 deletions
2
pm3
2
pm3
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Usage: run option -h to get help
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue