[hipl-commit] [trunk] Rev 4705: another go at fixing 4699

  • From: Rene Hummen <rene.hummen@xxxxxxxxxxxxxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Wed, 2 Jun 2010 14:36:04 +0300

Committer: Rene Hummen <rene.hummen@xxxxxxxxxxxxxxxxx>
Date: 02/06/2010 at 14:36:04
Revision: 4705
Revision-id: rene.hummen@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: trunk

Log:
  another go at fixing 4699

Modified:
  M  tools/hipl_autobuild.sh

=== modified file 'tools/hipl_autobuild.sh'
--- tools/hipl_autobuild.sh     2010-06-02 09:44:06 +0000
+++ tools/hipl_autobuild.sh     2010-06-02 11:35:16 +0000
@@ -82,7 +82,7 @@
 check_dist()
 {
     # TODO I'm not a sed user, please explain
-    find -L . | sed -e 1d -e 's:./::' -e '/\.bzr/d' -e '/autom4te.cache/d' -e 
'/file_list_checkout/d' -e '/tools/bzrhooks/d' |
+    find -L . | sed -e 1d -e 's:./::' -e '/\.bzr/d' -e '/autom4te.cache/d' -e 
'/file_list_checkout/d' -e '/tools\/bzrhooks/d' |
         sort > file_list_checkout
     ./configure && make dist
     tar -tzf hipl-*.tar.gz |

Other related posts:

  • » [hipl-commit] [trunk] Rev 4705: another go at fixing 4699 - Rene Hummen