SPECS: adapter - typos

glen glen at pld-linux.org
Mon Feb 9 20:05:51 CET 2009


Author: glen                         Date: Mon Feb  9 19:05:51 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- typos

---- Files affected:
SPECS:
   adapter (1.33 -> 1.34) 

---- Diffs:

================================================================
Index: SPECS/adapter
diff -u SPECS/adapter:1.33 SPECS/adapter:1.34
--- SPECS/adapter:1.33	Tue Jan  6 06:42:32 2009
+++ SPECS/adapter	Mon Feb  9 20:05:46 2009
@@ -37,12 +37,12 @@
 "
 
 if [ ! -x /usr/bin/getopt ]; then
-	echo >&1 "You need to install util-linux to use adapter"
+	echo >&2 "You need to install util-linux to use adapter"
 	exit 1
 fi
 
 if [ ! -x /usr/bin/patch ]; then
-	echo >&1 "You need to install patch to use adapter"
+	echo >&2 "You need to install patch to use adapter"
 	exit 1
 fi
 
@@ -79,7 +79,7 @@
 		break
 	;;
 	*)
-		echo 2>&1 "$self: Internal error: [$1] not recognized!"
+		echo >&2 "$self: Internal error: [$1] not recognized!"
 		exit 1
 		;;
 	esac
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/adapter?r1=1.33&r2=1.34&f=u



More information about the pld-cvs-commit mailing list