automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI: merge lib/install-sh changes from HEAD


From: Alexandre Duret-Lutz
Subject: FYI: merge lib/install-sh changes from HEAD
Date: Fri, 29 Nov 2002 23:03:19 +0100
User-agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/20.7 (i386-debian-linux-gnu)

I'm installing this on branch-1-7.  (It's already on HEAD.)

2002-11-29  Jim Meyering  <address@hidden>

        * lib/install-sh: Put `$0:' at the beginning of each diagnostic,
        not `install:'.

Index: lib/install-sh
===================================================================
RCS file: /cvs/automake/automake/lib/install-sh,v
retrieving revision 1.7.2.1
diff -u -r1.7.2.1 install-sh
--- lib/install-sh      13 Nov 2002 11:12:44 -0000      1.7.2.1
+++ lib/install-sh      29 Nov 2002 22:00:25 -0000
@@ -106,7 +106,7 @@
 
 if [ x"$src" = x ]
 then
-       echo "install: no input file specified" >&2
+       echo "$0: no input file specified" >&2
        exit 1
 else
        :
@@ -132,13 +132,13 @@
        then
                :
        else
-               echo "install: $src does not exist" >&2
+               echo "$0: $src does not exist" >&2
                exit 1
        fi
 
        if [ x"$dst" = x ]
        then
-               echo "install: no destination specified" >&2
+               echo "$0: no destination specified" >&2
                exit 1
        else
                :
@@ -255,7 +255,7 @@
                $doit $rmcmd -f "$dstdir/$dstfile" 2>/dev/null ||
                $doit $mvcmd -f "$dstdir/$dstfile" "$rmtmp" 2>/dev/null ||
                {
-                 echo "install: cannot unlink or rename $dstdir/$dstfile" >&2
+                 echo "$0: cannot unlink or rename $dstdir/$dstfile" >&2
                  (exit 1); exit
                }
        else

-- 
Alexandre Duret-Lutz





reply via email to

[Prev in Thread] Current Thread [Next in Thread]