Skip to Content.
Sympa Menu

sm-sorcery-bugs - [SM-Sorcery-Bugs] [Bug 14399] [PATCH] symlinks in tmpfs mount paths, some quoting

sm-sorcery-bugs AT lists.ibiblio.org

Subject: Bugs for Sorcery are reported here

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-sorcery-bugs AT lists.ibiblio.org
  • Subject: [SM-Sorcery-Bugs] [Bug 14399] [PATCH] symlinks in tmpfs mount paths, some quoting
  • Date: 29 Mar 2008 12:37:06 -0000

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





------- Additional Comments From jakakranjc AT email.si 2008-03-29 07:37 -------
1. no other cruft, please.
2. the patch is against old code, so 1. is especially important for applying
3. quoting on assignement has no effect:
$ a="1 3 545 "; b=$a; echo -$b-; b="$a"; echo -$b-;
-1 3 545 -
-1 3 545 -


--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.




Archive powered by MHonArc 2.6.24.

Top of Page