| Article: |
Theming Bash | |
| Subject: | Script broken for BASH 2.05 | |
| Date: | 2006-02-04 11:37:56 | |
| From: | notchewie | |
|
You use $BASH_SOURCE as a variable to set the themes base directory. This is only available in BASH v3.0 or greater. To use the script in BASH < 3.0, just manually set the __themes_dir variable in the Source_Me.bash file.
|
||
Showing messages 1 through 1 of 1.
-
Re: Script broken for BASH 2.05
2006-02-10 10:07:37 shlomif [View]
Thanks. Good to know. I didn't know it was introduced only in Bash 3.0, and the bash man page did not tell me this was the case.


