macros/autogen.sh
- From: Germano Leichsenring <germano s3ws6 seg kobe-u ac jp>
- To: gnome-list gnome org
- Subject: macros/autogen.sh
- Date: Tue, 08 Dec 1998 23:18:45 +0900
/cvs/gnome/gnome-common/macros/autogen.sh has the line
test -e file
which works fine for bash, but not for my sh. Would you guys mind changing
it to test -f or something similar?
PS: I'm not subscribed to this list, any comments please send directly to
me.
Of course, if I were the superuser, I'd put bash, but i'm not :(
Index: autogen.sh
===================================================================
RCS file: /cvs/gnome/gnome-common/macros/autogen.sh,v
retrieving revision 1.24
diff -r1.24 autogen.sh
93c93
< test -e $dr/aclocal.m4 || touch $dr/aclocal.m4
---
> test -f $dr/aclocal.m4 || touch $dr/aclocal.m4
97c97
< test -e $dr/aclocal.m4 && chmod u+w $dr/aclocal.m4
---
> test -w $dr/aclocal.m4 || chmod u+w $dr/aclocal.m4
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]