Bug 7084
Summary: | Cannot create read only variables. | ||
---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | Hemant Shah <shahhe> |
Component: | pdksh | Assignee: | Trond Eivind Glomsrxd <teg> |
Status: | CLOSED NOTABUG | QA Contact: | |
Severity: | high | Docs Contact: | |
Priority: | medium | ||
Version: | 6.1 | CC: | shahhe |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | i386 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2000-04-06 15:01:05 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Hemant Shah
1999-11-17 19:23:41 UTC
I don't think you can assign at the same time you set the "-r" attribute - do it like this instead: ExeName=${0##*/} NiceOpt="" typeset -r ExeName typeset -r NiceOpt print $ExeName |