From 5f6ac7d80b62e0ac93a50c5f0cadaad0f4b7102e Mon Sep 17 00:00:00 2001 From: Michael Gernoth Date: Mon, 14 Jan 2008 23:37:51 +0100 Subject: [PATCH] sh compatibility fixes --- res/micropolis.tcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/res/micropolis.tcl b/res/micropolis.tcl index dac3517..9546884 100644 --- a/res/micropolis.tcl +++ b/res/micropolis.tcl @@ -412,8 +412,8 @@ sim ResetDynamic # the font in res (because it's already in the system fonts). These lines # are for other systems that lack the font. set FontPath "[pwd]/res/dejavu-lgc" -system "xset -fp $FontPath >&/dev/null" -system "xset +fp $FontPath >&/dev/null" +system "xset -fp $FontPath >/dev/null 2>&1" +system "xset +fp $FontPath >/dev/null 2>&1" ######################################################################## -- 2.39.2