From ca7c9ba65e3794bef78bc6ea70b2907e4ba4772e Mon Sep 17 00:00:00 2001 From: Przemyslaw Czerpak Date: Sat, 9 Feb 2008 11:50:23 +0000 Subject: [PATCH] 2008-02-09 12:50 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/config/w32/global.cf * removed ' quoting from commands - *sh shells removed them but without such shell they are passed to windows command interpreter and not all version removed them --- harbour/ChangeLog | 6 ++++++ harbour/config/w32/global.cf | 8 ++++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 4dd47ebbe3..76d05d65ae 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,12 @@ 2002-12-01 13:30 UTC+0100 Foo Bar */ +2008-02-09 12:50 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) + * harbour/config/w32/global.cf + * removed ' quoting from commands - *sh shells removed them but without + such shell they are passed to windows command interpreter and not + all version removed them + 2008-02-09 10:06 UTC+0100 Marek Paliwoda (mpaliwoda at interia pl) * harbour/contrib/hbtpathy/tplinux.c * harbour/contrib/hbtpathy/tpos2.c diff --git a/harbour/config/w32/global.cf b/harbour/config/w32/global.cf index 54a4505b05..bc427b4511 100644 --- a/harbour/config/w32/global.cf +++ b/harbour/config/w32/global.cf @@ -67,14 +67,14 @@ RD = rmdir /q /s dirbase:: -@$(COMSPEC) /c \ - 'for %d in ($(HB_ARCHITECTURE) $(ARCH_DOS)) do if not exist %d\. $(MD) %d' + for %d in ($(HB_ARCHITECTURE) $(ARCH_DOS)) do if not exist %d\. $(MD) %d $(if $(LIB_PATH_DOS),-@$(COMSPEC) /c \ - 'for %d in ($(LIB_PATH_DOS) $(LIB_DIR_DOS)) do if not exist %d\. $(MD) %d',) + for %d in ($(LIB_PATH_DOS) $(LIB_DIR_DOS)) do if not exist %d\. $(MD) %d,) clean:: -@$(COMSPEC) /c \ - 'if exist $(ARCH_DOS) $(RD) $(ARCH_DOS)' - $(if $(LIB_ARCH_DOS),-@$(COMSPEC) /c 'if exist $(LIB_ARCH_DOS) $(RM) $(LIB_ARCH_DOS),)' + if exist $(ARCH_DOS) $(RD) $(ARCH_DOS) + $(if $(LIB_ARCH_DOS),-@$(COMSPEC) /c if exist $(LIB_ARCH_DOS) $(RM) $(LIB_ARCH_DOS),) else # command.com