The conditiona scritp below is running in Linux platform but not in Windows platform. How can I make this run in Windows?
`test "$Package" == "1234" && test "$FileExist" == "TRUE"`
0 votes
This conditional statement always return 'false' in Windows.
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.
By Email:
Once you sign in you will be able to subscribe for any updates here.
By RSS:
Question asked: Mar 03 '13, 10:12 p.m.
Question was seen: 4,042 times
Last updated: Mar 03 '13, 10:13 p.m.
Comments
Jojie Valiente
Mar 03 '13, 10:13 p.m.This conditional statement always return 'false' in Windows.