Issue 69153 - setsdkenv_unix.csh calls wrong shell
Summary: setsdkenv_unix.csh calls wrong shell
Status: CLOSED FIXED
Alias: None
Product: App Dev
Classification: Unclassified
Component: api (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: All Linux, all
: P3 Trivial
Target Milestone: ---
Assignee: chne
QA Contact: issues@api
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-31 19:50 UTC by ghibo
Modified: 2013-02-24 21:09 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description ghibo 2006-08-31 19:50:11 UTC
file odk/setsdkenv_unix.csh.in calls #! /usr/bin/csh. This is not
the right place for Linux, which has the csh into /bin/csh. Changing to
/bin/csh would be good also for Solaris, as Solaris has both /bin/csh
and /usr/bin/csh.
Comment 1 jsc 2006-09-05 08:55:09 UTC
accepted
Comment 2 jsc 2006-10-18 09:22:45 UTC
accepted
Comment 3 jsc 2006-10-25 11:03:11 UTC
fixed on cws jsc14

fix: change the shell to /bin/csh
Comment 4 jsc 2006-10-30 15:46:49 UTC
change owner for verifying

jsc -> cn: install sdk, configure and test at least one example. Additionally
you can verify the <sdk>/setsdkenv_unix.csh file -> first line should be #! /bin/csh
Comment 5 chne 2006-10-31 10:47:12 UTC
ok in jsc14
Comment 6 chne 2006-11-13 14:23:46 UTC
ok in ooem2 and src680_m193 => zu