
One of the perl scripts was encoded with ISO-8859-1, which caused the sbang replacement process to fail when spack uses python3. This PR converts the ps_scan script to UTF-8 encoding.
13 lines
422 B
Diff
13 lines
422 B
Diff
diff -ru a/bin/ps_scan.pl b/bin/ps_scan.pl
|
|
--- a/bin/ps_scan.pl 2020-01-01 14:07:54.243869822 -0600
|
|
+++ b/bin/ps_scan.pl 2020-01-01 14:08:03.786850313 -0600
|
|
@@ -8,7 +8,7 @@
|
|
# Authors:
|
|
# Alexandre Gattiker
|
|
# Edouard de Castro; E-mail: ecastro@isb-sib.ch
|
|
-# Béatrice Cuche (evaluated_by post-processing)
|
|
+# Béatrice Cuche (evaluated_by post-processing)
|
|
#
|
|
# Contributions:
|
|
# Lorenza Bordoli (repeat method)
|