haxe/haxe.sh

Sat, 18 Apr 2009 14:16:14 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Sat, 18 Apr 2009 14:16:14 +0200
changeset 164
3a96478f1303
permissions
-rw-r--r--

Correct and improve patch logic of optional plugin list.
Move core plugins to static config.php file, remove ldifimport which
conflicts with change_ldappass and otherwise appears broken, reorder
remaining plugins, and specify default theme (the one called 'Default'.)

     1 #!/bin/sh
     2 HAXE_LIBRARY_PATH="@l_prefix@/lib/haxe"
     3 export HAXE_LIBRARY_PATH
     4 @l_prefix@/libexec/haxe/haxe ${1+"$@"}

mercurial