Files
2013-09-26 17:14:40 +02:00

23 lines
730 B
Plaintext

$NetBSD: patch-ah,v 1.1 2006/10/22 19:38:58 rillig Exp $
--- src/install_libscg.orig 2004-05-19 03:21:12.000000000 +0200
+++ src/install_libscg 2006-10-22 21:34:07.000000000 +0200
@@ -10,7 +10,7 @@
#
# check arguments
#
-if [ $# -lt 1 ] || [ $# -gt 3 ] || [ "$1" == "--help" ]; then
+if [ $# -lt 1 ] || [ $# -gt 3 ] || [ "$1" = "--help" ]; then
echo "usage: $0 <cdrtools dir> <machine type (optional)>"
exit 0
fi
@@ -32,7 +32,7 @@ else
echo "please specify your machine type - libscg was compiled for:"
echo "$machine"
exit 10
- elif [ "$machine"x == x ]; then
+ elif [ "$machine"x = x ]; then
echo "please compile cdrecord for your machine first"
exit 10
fi