diff options
| author | Simon Tatham <anakin@pobox.com> | 2007-02-05 12:43:17 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2007-02-05 12:43:17 +0000 |
| commit | f3a19c46f3a0b1b1622409f765a9f40b00fbe28f (patch) | |
| tree | 07cbbf4336466d23e1dbbdecd017174cda849434 | |
| parent | 74d333c2100599b88878202de63d87a76eb691ba (diff) | |
| download | halibut-f3a19c46f3a0b1b1622409f765a9f40b00fbe28f.zip halibut-f3a19c46f3a0b1b1622409f765a9f40b00fbe28f.tar.gz halibut-f3a19c46f3a0b1b1622409f765a9f40b00fbe28f.tar.bz2 halibut-f3a19c46f3a0b1b1622409f765a9f40b00fbe28f.tar.xz | |
Now we have the new `module' command, use it.
[originally from svn r7225]
| -rw-r--r-- | Buildscr | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,6 +1,8 @@ # -*- sh -*- # Build script to build Halibut releases. +module halibut + ifnexist halibut/charset checkout charset halibut/charset set Ver |