SPECS: klibc.spec - fix undefined ksh behaviour -> test with >= 4 ...
pluto
pluto at pld-linux.org
Fri Sep 30 21:51:07 CEST 2005
Author: pluto Date: Fri Sep 30 19:51:07 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- fix undefined ksh behaviour -> test with >= 4 arguments.
http://www.opengroup.org/onlinepubs/009695399/utilities/test.html
catched error: ./mkbuiltins[122]: [: #: unexpected operator/operand
---- Files affected:
SPECS:
klibc.spec (1.43 -> 1.44)
---- Diffs:
================================================================
Index: SPECS/klibc.spec
diff -u SPECS/klibc.spec:1.43 SPECS/klibc.spec:1.44
--- SPECS/klibc.spec:1.43 Fri Sep 30 18:31:17 2005
+++ SPECS/klibc.spec Fri Sep 30 21:51:01 2005
@@ -19,6 +19,7 @@
Patch0: %{name}-ksh-quotation.patch
Patch1: %{name}-klcc.patch
Patch2: %{name}-fstype_jfs.patch
+Patch3: %{name}-ksh-syntax.patch
URL: http://www.zytor.com/mailman/listinfo/klibc/
%{?with_dist_kernel:BuildRequires: kernel-headers >= 2.4}
BuildRequires: rpmbuild(macros) >= 1.153
@@ -93,6 +94,7 @@
%patch0 -p1
%patch1 -p1
%patch2 -p0
+%patch3 -p1
%build
cd include
@@ -169,6 +171,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.44 2005/09/30 19:51:01 pluto
+- fix undefined ksh behaviour -> test with >= 4 arguments.
+ http://www.opengroup.org/onlinepubs/009695399/utilities/test.html
+ catched error: ./mkbuiltins[122]: [: #: unexpected operator/operand
+
Revision 1.43 2005/09/30 16:31:17 pluto
- fix klibc loader on amd64.
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/klibc.spec?r1=1.43&r2=1.44&f=u
More information about the pld-cvs-commit
mailing list