[Bashburn-info] Nick, I'm reverting the change you made to configfunc.sh
Brought to you by:
bashburn
From: Steven W. O. <st...@sy...> - 2008-09-29 16:55:51
|
(( ${!BB_CONFIG_VAR} == 0 )) && return 1 This is correct. BB_CONFIG_VAR is either equal to BB_CONFIG_MODIFIED or BB_ADVANCED_CONFIG_MODIFIED. So what I'm doing is to test to see if the correct variable is set to 1 or 0. You can't test to see if it's true unless you set it equal to the string 'true'. Also, if you really meant the return value of the true program then that's something else entirely. -- Time flies like the wind. Fruit flies like a banana. Stranger things have .0. happened but none stranger than this. Does your driver's license say Organ ..0 Donor?Black holes are where God divided by zero. Listen to me! We are all- 000 individuals! What if this weren't a hypothetical question? steveo at syslang.net |