[hipl-commit] [trunk] Rev 4701: fixing commit 4699

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

Committer: Rene Hummen <rene.hummen@xxxxxxxxxxxxxxxxx>
Date: 02/06/2010 at 12:44:08
Revision: 4701
Revision-id: rene.hummen@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: trunk

Log:
  fixing commit 4699

Modified:
  M  tools/hipl_autobuild.sh

=== modified file 'tools/hipl_autobuild.sh'
--- tools/hipl_autobuild.sh     2010-06-02 08:46:09 +0000
+++ tools/hipl_autobuild.sh     2010-06-02 09:44:06 +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 4701: fixing commit 4699 - Rene Hummen