[packages/adapter: 437/631] - typos

glen glen at pld-linux.org
Mon Sep 12 20:11:04 CEST 2016


commit 937febc50bc7197677e92ab66988d28586952bc6
Author: Elan Ruusamäe <glen at pld-linux.org>
Date:   Mon Feb 9 19:05:46 2009 +0000

    - typos
    
    Changed files:
        adapter.sh -> 1.34

 adapter.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/adapter.sh b/adapter.sh
index ffce649..f38328c 100644
--- a/adapter.sh
+++ b/adapter.sh
@@ -37,12 +37,12 @@ usage="Usage: $self [FLAGS] SPECFILE
 "
 
 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 @@ while true; do
 		break
 	;;
 	*)
-		echo 2>&1 "$self: Internal error: [$1] not recognized!"
+		echo >&2 "$self: Internal error: [$1] not recognized!"
 		exit 1
 		;;
 	esac
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/adapter.git/commitdiff/6ca0126d4d0c8c79feb7db10b0a0fade0f3b8885



More information about the pld-cvs-commit mailing list