Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

6
  • 4
    p12.9.5-bug34 is a completely harmless name and should work fine despite the lack of quoting "$1". Your problem must be somewhere else. Commented Nov 28, 2012 at 14:54
  • 3
    I suggest a quick set -x so you can see what's actually being executed. Commented Nov 28, 2012 at 16:55
  • 2
    You should Use More Quotes™. Escaping leads to way more complicated code. Commented Nov 28, 2012 at 18:41
  • As @l0b0 indirectly suggests, do you get better results with loadPatch -name "$1" Commented Nov 28, 2012 at 19:54
  • 2
    Did you edit the script on a Windows machine? Script failing with "command not found: ^M" Commented Nov 28, 2012 at 23:38