]> git.pld-linux.org Git - packages/adapter.git/commitdiff
- typos
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 9 Feb 2009 19:05:46 +0000 (19:05 +0000)
committerElan Ruusamäe <glen@pld-linux.org>
Mon, 9 Feb 2009 19:05:46 +0000 (19:05 +0000)
Changed files:
    adapter.sh -> 1.34

adapter.sh

index ffce6494b36cab1f19a05c606843e83c1bd8dce4..f38328c8e500899df5af6c61aa38aa87aa8394f9 100644 (file)
@@ -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
This page took 0.053681 seconds and 4 git commands to generate.