]> git.donarmstrong.com Git - lilypond.git/blobdiff - buildscripts/readlink.py
Merge branch 'lilypond/translation' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / buildscripts / readlink.py
index 41be20b56ca7dec7cd8c4c593b5f8739409006d9..70267ffa59c8631faffe67cf8f691f1e16878ec7 100644 (file)
@@ -1,6 +1,6 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 import os
 import sys
 
 for i in sys.argv[1:]:
-  print os.path.realpath(i)
+    print os.path.realpath (i)