summaryrefslogtreecommitdiff
path: root/dmake/msdos
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-09-25 08:42:07 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-09-25 08:42:07 +0000
commitcb70563b660820b37ec69c24f63a0f15433db5e2 (patch)
tree1e6faef016cc134045ff73ce757d91d936440b20 /dmake/msdos
parent9281d3d853ac08b0f948ab458b7bf4e2dc91f1ac (diff)
INTEGRATION: CWS dmake46 (1.1.1.1.152); FILE MERGED
2006/07/27 01:10:48 vq 1.1.1.1.152.1: #i67808# Fix the internal echo command of the native Windows dmake version. The patch also moves the usage of the global variable Packed_shell to msdos/runargv.c and msdos/spawn.c.
Diffstat (limited to 'dmake/msdos')
-rw-r--r--dmake/msdos/spawn.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/dmake/msdos/spawn.c b/dmake/msdos/spawn.c
index e62d936ee567..88512e48fb10 100644
--- a/dmake/msdos/spawn.c
+++ b/dmake/msdos/spawn.c
@@ -1,4 +1,4 @@
-/* RCS $Id: spawn.c,v 1.1.1.1 2000-09-22 15:33:27 hr Exp $
+/* RCS $Id: spawn.c,v 1.2 2006-09-25 09:42:07 vg Exp $
--
-- SYNOPSIS
-- Spawnvpe code to emulate spawnvpe call common to DOS compilers.
@@ -140,6 +140,7 @@ find_program:
}
argv = Pack_argv( FALSE, TRUE, *argv );
+ Packed_shell = TRUE; /* Previous call implies shell = TRUE. */
/* Go and find the program again, I hate goto's but it seems silly to
* use tail recursion here just for aesthetic purity. */