-
Additionally to wolmuts comment: we have the special Mac release (.dmg.gz) where you just need to extract the DMG, mount it and drag it to your applicatiocns folder.
2010-01-01 21:59:42 UTC by aik_ho
-
The database works in larger "chunks", it doubles it's size, if more space is needed.
2010-01-01 21:55:02 UTC by aik_ho
-
fixed.
2010-01-01 21:50:12 UTC by aik_ho
-
aik_ho committed revision 678 to the Hattrick Organizer SVN repository, changing 1 files.
2010-01-01 14:26:58 UTC by aik_ho
-
aik_ho committed revision 677 to the Hattrick Organizer SVN repository, changing 2 files.
2009-12-28 16:02:11 UTC by aik_ho
-
aik_ho made 1 file-release changes.
2009-12-28 15:03:01 UTC by aik_ho
-
aik_ho made 1 file-release changes.
2009-12-28 15:02:01 UTC by aik_ho
-
aik_ho made 1 file-release changes.
2009-12-28 15:01:01 UTC by aik_ho
-
$ checkbashisms bin/HO/HO.sh
possible bashism in bin/HO/HO.sh line 116 (should be '.', not 'source'):
source "$HOSHDIR/$HOCONF"
The source builin bash command don't work with dash shell. It should be:
. "$HOSHDIR/$HOCONF".
2009-12-27 10:31:31 UTC by nobody
-
aik_ho committed revision 676 to the Hattrick Organizer SVN repository, changing 1 files.
2009-12-14 21:35:34 UTC by aik_ho