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/fixspice.py b/common/fixspice.py
index a12ae42..dc2fd04 100755
--- a/common/fixspice.py
+++ b/common/fixspice.py
@@ -1,4 +1,4 @@
-#!/bin/env python3
+#!/usr/bin/env python3
 #
 # fixspice ---
 #