[gimp/gimp-2-10] Remove <U+FEFF> character before shebang header, OSX is very strict on that



commit f17e3b157d7e84efc7c40921aa8f314a92772157
Author: Oleksii Samorukov <samm os2 kiev ua>
Date:   Thu Jun 13 14:45:15 2019 +0200

    Remove <U+FEFF> character before shebang header, OSX is very strict on that

 plug-ins/pygimp/plug-ins/spyro_plus.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/plug-ins/pygimp/plug-ins/spyro_plus.py b/plug-ins/pygimp/plug-ins/spyro_plus.py
index e6cd464ec5..552e6940cf 100644
--- a/plug-ins/pygimp/plug-ins/spyro_plus.py
+++ b/plug-ins/pygimp/plug-ins/spyro_plus.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2
+#!/usr/bin/env python2
 
 # Draw Spyrographs, Epitrochoids, and Lissajous curves with interactive feedback.
 #


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]