summaryrefslogtreecommitdiffstats
path: root/quilt.changes
diff options
context:
space:
mode:
authorJean Delvare <khali@linux-fr.org>2005-09-20 18:07:45 +0000
committerJean Delvare <khali@linux-fr.org>2005-09-20 18:07:45 +0000
commit40e41fc6675c87eff274cb49c5e517ce24815a3c (patch)
tree93872fb6e3f340cc6d58820268c0d08b3d36e8a5 /quilt.changes
parentf6ce6f76fba5c064e52395e029caba6c26b32fa0 (diff)
downloadquilt-40e41fc6675c87eff274cb49c5e517ce24815a3c.tar.gz
- Makefile.in: Fix compat/tail symlink creation. Fix variable exporting
bashism. - configure.ac: Use grep >/dev/null instead of grep -q for compatibility. Test for grep -q, some quilt scripts need it. - test/Makefile: Fix varible exporting and script sourcing bashisms.
Diffstat (limited to 'quilt.changes')
-rw-r--r--quilt.changes10
1 files changed, 10 insertions, 0 deletions
diff --git a/quilt.changes b/quilt.changes
index caefa68..472ee58 100644
--- a/quilt.changes
+++ b/quilt.changes
@@ -1,4 +1,14 @@
-------------------------------------------------------------------
+Tue Sep 20 19:57:43 CEST 2005 - khali@linux-fr.org
+
+- Makefile.in: Fix compat/tail symlink creation. Fix variable
+ exporting bashism.
+- configure.ac: Use grep >/dev/null instead of grep -q for
+ compatibility. Test for grep -q, some quilt scripts need it.
+- test/Makefile: Fix varible exporting and script sourcing
+ bashisms.
+
+-------------------------------------------------------------------
Mon Sep 19 21:02:53 CEST 2005 - agruen@suse.de
- Makefile.in: Fix when COMPAT_PROGRAMS is empty.