]> git.pld-linux.org Git - packages/librsvg.git/blobdiff - rsvg
- updated to 2.50.3
[packages/librsvg.git] / rsvg
diff --git a/rsvg b/rsvg
old mode 100644 (file)
new mode 100755 (executable)
index 270792f..437e86c
--- a/rsvg
+++ b/rsvg
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python3
 
 #
 # This python script subsumes the old 'rsvg' C-based command-line program.
@@ -42,7 +42,7 @@ def main():
         sys.exit(1)
 
     command_str = ""
-    
+
     for o, a in opts:
         if o in ("-v", "--version"):
             print "rsvg version %s" % ("2.34.2")
This page took 0.107283 seconds and 4 git commands to generate.