bugfix from Han
This commit is contained in:
parent
e6ee8f975c
commit
92c0c28d74
1 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@
|
|||
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||
# DEALINGS IN THE SOFTWARE.
|
||||
#
|
||||
# $Id: fluxbox-generate_menu,v 1.29 2003/04/14 09:23:40 fluxgen Exp $
|
||||
# $Id: fluxbox-generate_menu,v 1.30 2003/04/16 22:25:12 fluxgen Exp $
|
||||
|
||||
#
|
||||
# Portability notes:
|
||||
|
@ -487,7 +487,7 @@ USERMENU="${USERMENU:=${HOME}/.fluxbox/usermenu}"
|
|||
|
||||
# Read the menuconfig file if it exists or else create it.
|
||||
# But not during install time, use envvar for sun
|
||||
if [ ! ${INSTALL}="Yes" ];then
|
||||
if [ ! "${INSTALL}" = "Yes" ];then
|
||||
if [ -r ${HOME}/.fluxbox/menuconfig ]; then
|
||||
. ${HOME}/.fluxbox/menuconfig
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue