# This script fixes the case sensitivity problem when compiling
# Inform code on *nix systems.
# It only fixes the standard libraries. If you add any additional
# or customised libraries, You're on Your Own(tm).
#
# As root copy this file into your standard Inform libraries directory,
# (e.g /usr/local/share/inform/6.30/module) change to the directory,
# and run: sh ./unixcasefix.sh
#
# This problem is easily fixed, but I don't want to have to type this
# every time I install Inform, therefore this script exists. Hope
# someone else finds it useful. :)
#
# Enjoy!
#
# Glen Smith 02/03/04