Issue 27173 - Problems with perl scripts using cygwin tooling in 4NT shell
Summary: Problems with perl scripts using cygwin tooling in 4NT shell
Status: CLOSED FIXED
Alias: None
Product: Installation
Classification: Application
Component: code (show other issues)
Version: 680m32
Hardware: All Windows XP
: P3 Trivial (vote)
Target Milestone: OOo 2.0
Assignee: ingo.schmidt-rosbiegal
QA Contact: issues@installation
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-30 16:47 UTC by ingo.schmidt-rosbiegal
Modified: 2004-04-29 09:10 UTC (History)
2 users (show)

See Also:
Issue Type: TASK
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description ingo.schmidt-rosbiegal 2004-03-30 16:47:47 UTC
Two problems were reported for the combination of cygwin tooling in a 4NT shell:

- "\" has to be used instead of "/"
- @filename is evaluated and the file content is the parameter
Comment 1 ingo.schmidt-rosbiegal 2004-03-31 08:50:08 UTC
Fixed in cws newscpzip2
Comment 2 ingo.schmidt-rosbiegal 2004-04-08 09:46:25 UTC
It works with the following changes:
in par2script and pre2par globals.pm not only checking for MSWin but for:

if (( $plat =~ /MSWin/i ) || (( $plat =~ /cygwin/i ) && ( $ENV{'USE_SHELL'} eq
"4nt" )))

Additionally the file containing the par files is no longer parameter
"@file.txt" but now "@@file.txt". Therefore the content is no longer evaluated.
This also required changes in solenv/inc tg_scp.mk.
Comment 3 ingo.schmidt-rosbiegal 2004-04-29 09:10:04 UTC
Closing this task.