Opened 2 years ago
Last modified 2 years ago
#1639 new patch
darcs patch: typo in arch_variables breaks install_qmaster
Reported by: | Marco | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | sge | Version: | 8.1.9 |
Severity: | major | Keywords: | |
Cc: |
Description
1 patch for repository https://arc.liv.ac.uk/repos/darcs/sge:
patch d163a0209a3367779ea5c91088d7c6faba35470c
Author: Marco Schmidt <marco.schmidt@…>
Date: Thu Jan 3 12:02:57 CET 2019
- typo in arch_variables breaks install_qmaster
The ECHO variable is used in the inst_sge together with the
return of a value from a function. Together with the "eval"
command the current second backslash breaks this and the "n" is
returned instead of a newline.
In my concrete situation (Debian Stretch) while installing
qmaster, the question for SGE_ROOT always added a "n" to the
string and the readable check for this directory failed.
Removing one backslash made it work again.
Attachments (2)
Change History (3)
Changed 2 years ago by Marco
comment:1 Changed 2 years ago by Marco
- Priority changed from normal to high
- Severity changed from minor to major
- Type changed from defect to patch
Note: See
TracTickets for help on using
tickets.
Added by email2trac