[TxMt] unbound variable error
Allan Odgaard
throw-away-1 at macromates.com
Wed Mar 22 04:09:26 UTC 2006
On 22/3/2006, at 3:11, Marko Skace wrote:
> [...] the following error appears:
> /bin/bash: line 37: RUBYLIB: unbound variable
> /bin/bash: line 19: TM_PROJECT_DIRECTORY: unbound
> variable
I did a quick google, and these errors mean that the variables are
used un-initialized.
But that should only be a problem, if you enable a certain security
setting.
Do you do that? e.g. have “set -u” or similar in your /etc/profile,
~/.bash_profile, ~/.bashrc, ~/.profile or the likes?
More information about the textmate
mailing list