autoconf-patches
[Top][All Lists]
Advanced

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

Re: Workaround for ash braindamage


From: Akim Demaille
Subject: Re: Workaround for ash braindamage
Date: 21 Sep 2000 09:00:10 +0200
User-agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (Channel Islands)

=========================
Index: acgeneral.m4
--- acgeneral.m4        Wed Sep 20 12:31:57 2000
+++ acgeneral.m4        Wed Sep 20 15:02:10 2000
@@ -789,7 +789,8 @@
   test -n "$tmp" && test -d "$tmp"
 }  ||
 {
-  tmp=$TMPDIR/$1$$-$RANDOM && (umask 077 && mkdir $tmp)
+  tmp=$TMPDIR/$1$$-$RANDOM
+  (umask 077 && mkdir $tmp)
 } ||
 {
    echo "$me: cannot create a temporary directory in $TMPDIR" >&2
=========================

Fine, apply it.  

Please, also fix the *.sh scripts too, and try to find a place in the
documentation where this can be reported :)


reply via email to

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