]> git.pld-linux.org Git - packages/dagrab.git/commitdiff
- remove bashizms,
authorkloczek <kloczek@pld-linux.org>
Tue, 9 May 2000 12:50:20 +0000 (12:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- change interpreter path from /usr/bin/sh to /bin/sh.

Changed files:
    dagrab-fix_script.patch -> 1.1

dagrab-fix_script.patch [new file with mode: 0644]

diff --git a/dagrab-fix_script.patch b/dagrab-fix_script.patch
new file mode 100644 (file)
index 0000000..cad0146
--- /dev/null
@@ -0,0 +1,15 @@
+diff -Nru dagrab-0.3.5/dagmp3cd dagrab-0.3.5.new/dagmp3cd
+--- dagrab-0.3.5/dagmp3cd      Sat Feb 19 12:34:44 2000
++++ dagrab-0.3.5.new/dagmp3cd  Tue May  9 15:17:56 2000
+@@ -1,8 +1,8 @@
+-#/usr/bin/sh
+-function checkarg(){
++#!/bin/sh
++checkarg(){
+     if test -z $1; then usage;else shift;fi
+ };
+-function usage(){
++usage(){
+     echo "dagmp3cd - grabs one or more tracks from a cd and encodes them in mp3"
+     echo "    also sets ID3 tags using CDDB data if MPEG::MP3Info perl module "
+     echo "    is available."
This page took 0.080363 seconds and 4 git commands to generate.