mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-29 10:21:10 +02:00
http://eyed3.nicfit.net/ A Python module and program for processing information about mp3 files Needed for abcde.
8 lines
181 B
Diff
8 lines
181 B
Diff
--- 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 "$@"
|