From 71cdb6ad901465cdc9326cfc3d3650f3aabda5aa Mon Sep 17 00:00:00 2001 From: ivan Date: Fri, 9 Apr 2004 22:35:45 +0000 Subject: [PATCH] thank goodness its friday --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 34e06db78..3b3a4d003 100644 --- a/Makefile +++ b/Makefile @@ -228,7 +228,7 @@ create-rt: configure-rt " ${RT_PATH}/etc/RT_SiteConfig.pm install-rt: - [ ${RT_ENABLED} -eq 1 ] && cd rt; make install || true + [ ${RT_ENABLED} -eq 1 ] && ( cd rt; make install ) || true clean: rm -rf aspdocs masondocs -- 2.11.0