Bring up to current.

This commit is contained in:
Jacques Distler 2007-01-22 08:36:51 -06:00
parent 69b62b6f33
commit b19e1e4f47
71 changed files with 8305 additions and 39 deletions

View file

@ -1,7 +1,6 @@
#!/bin/sh
#!/usr/bin/env ruby
cd $(dirname $0)
export LD_LIBRARY_PATH=./lib/native/linux-x86:$LD_LIBRARY_PATH
ruby script/server
# Executable file for a gem
# must be same as ./instiki.rb
load File.dirname(__FILE__) + '/script/server'