From 5ff0e21e0ecc59d94254028d0e6f4488601ef217 Mon Sep 17 00:00:00 2001 From: jkh Date: Sat, 15 May 1999 15:05:08 +0000 Subject: Small typo in windowmaker startup line. --- release/sysinstall/config.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'release') diff --git a/release/sysinstall/config.c b/release/sysinstall/config.c index 52d63da..ca96371 100644 --- a/release/sysinstall/config.c +++ b/release/sysinstall/config.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: config.c,v 1.133 1999/05/14 15:04:24 jkh Exp $ + * $Id: config.c,v 1.134 1999/05/15 14:34:20 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -514,7 +514,7 @@ configXDesktop(dialogMenuItem *self) else if (!strcmp(desk, "windowmaker")) { ret = package_add("windowmaker"); if (DITEM_STATUS(ret) != DITEM_FAILURE && gotit("wmaker.inst")) { - write_root_xprofile("xterm &\n[ ! -d $HOME/GNUstep/Library/WindowMaker ] && /usr/X11R6/bin/wmaker.inst && exec /usr/X11R6/bin/wmaker\n"); + write_root_xprofile("xterm &\n[ ! -d $HOME/GNUstep/Library/WindowMaker ] && /usr/X11R6/bin/wmaker.inst\nexec /usr/X11R6/bin/wmaker\n"); } } else if (!strcmp(desk, "enlightenment")) { -- cgit v1.1