mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-29 02:11:16 +02:00
http://code.google.com/p/abcde/ A command line CD encoder that reads your CD, downloads the track information from a CDDB provider, and rips your CD
12 lines
363 B
Diff
12 lines
363 B
Diff
--- a/abcde 2014-09-28 10:08:15.073608206 +0500
|
|
+++ b/abcde 2014-09-28 10:07:50.817072949 +0500
|
|
@@ -233,7 +233,7 @@
|
|
$PAGER "$PAGEFILE"
|
|
# If that fails, check for less
|
|
elif [ -x /usr/bin/less ]; then
|
|
- /usr/bin/less -f "$PAGEFILE"
|
|
+ /usr/bin/less "$PAGEFILE"
|
|
# more should be on all UNIX systems
|
|
elif [ -x /bin/more ]; then
|
|
/bin/more "$PAGEFILE"
|