commit | 9d3debb877dd09ff247aa14a397dfc1d52666472 | [log] [tgz] |
---|---|---|
author | Tim Edwards <tim@opencircuitdesign.com> | Tue Oct 20 20:52:18 2020 -0400 |
committer | Tim Edwards <tim@opencircuitdesign.com> | Tue Oct 20 20:52:18 2020 -0400 |
tree | e22dd56a19aa8e811c703837d53591989bfe0b2a | |
parent | de41e9c720cc492877f5cfbd4cf17aba2907e447 [diff] [blame] |
Modified a number of scripts using "/bin/env" to make it "/usr/bin/env", since the "/bin" location does not exist on some versions of Linux.
diff --git a/common/split_spice.py b/common/split_spice.py index f7cc695..dedad24 100755 --- a/common/split_spice.py +++ b/common/split_spice.py
@@ -1,4 +1,4 @@ -#!/bin/env python3 +#!/usr/bin/env python3 # # split_spice.py -- #