Opened 14 years ago
Closed 10 years ago
#411 closed defect (fixed)
IZ2211: Missing quotes in function RemoveHostFromList() in script inst_common.sh
Reported by: | kink | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | sge | Version: | 6.0u10 |
Severity: | minor | Keywords: | install |
Cc: |
Description
[Imported from gridengine issuezilla http://gridengine.sunsource.net/issues/show_bug.cgi?id=2211]
Issue #: 2211 Platform: All Reporter: kink (kink) Component: gridengine OS: All Subcomponent: install Version: 6.0u10 CC: None defined Status: NEW Priority: P3 Resolution: Issue type: DEFECT Target milestone: --- Assigned to: dom (dom) QA Contact: dom URL: * Summary: Missing quotes in function RemoveHostFromList() in script inst_common.sh Status whiteboard: Attachments: Issue 2211 blocks: Votes for issue 2211: Opened: Mon Mar 19 07:36:00 -0700 2007 ------------------------ During automated execution host installation, installation stopped in script inst_common.sh within function RemoveHostFromList(). Reason: Because "if [ $host_to_remove != $hh ]; then" is a string comparison quotes around the varaibles are mandatory especially when using FQDN.
Change History (1)
comment:1 Changed 10 years ago by dlove
- Resolution set to fixed
- Severity set to minor
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.