Skip to Content.
Sympa Menu

sm-sorcery-bugs - [SM-Sorcery-Bugs] [Bug 6539] New: handling of bash variables with spaces

sm-sorcery-bugs AT lists.ibiblio.org

Subject: Bugs for Sorcery are reported here

List archive

Chronological Thread  
  • From: bugzilla-daemon AT metalab.unc.edu
  • To: sm-sorcery-bugs AT lists.ibiblio.org
  • Subject: [SM-Sorcery-Bugs] [Bug 6539] New: handling of bash variables with spaces
  • Date: Fri, 2 Apr 2004 13:47:21 -0500

http://bugs.sourcemage.org/show_bug.cgi?id=6539

Summary: handling of bash variables with spaces
Product: Sorcery
Version: 1.x Series
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: Unknown
AssignedTo: sm-sorcery-bugs AT lists.ibiblio.org
ReportedBy: BearPerson AT gmx.net


As a few bugs showed up now, there are many places in sorcery where there
issyntax like md5sum $FILE
Proper coding would be md5sum "$FILE"
Unless there is a good reason not to, I think we should get into weeding out
all
unquoted references to bash variables (unless they can't be quoted (inside
quotes already) AND absolutely don't need to be)



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



  • [SM-Sorcery-Bugs] [Bug 6539] New: handling of bash variables with spaces, bugzilla-daemon, 04/02/2004

Archive powered by MHonArc 2.6.24.

Top of Page