diff options
Diffstat (limited to 'community/py-eyed3/eyeD3-sh.patch')
-rw-r--r-- | community/py-eyed3/eyeD3-sh.patch | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/community/py-eyed3/eyeD3-sh.patch b/community/py-eyed3/eyeD3-sh.patch new file mode 100644 index 0000000000..1f9798834b --- /dev/null +++ b/community/py-eyed3/eyeD3-sh.patch @@ -0,0 +1,7 @@ +--- a/bin/eyeD3 2014-10-24 11:11:12.104828448 +0500 ++++ b/bin/eyeD3 2014-10-24 11:11:24.744759113 +0500 +@@ -1,3 +1,3 @@ +-#!/usr/bin/env bash ++#!/bin/sh + + python -m eyed3.main "$@" |