Fwd: [Ardour-Cvs] r14006 - ardour2/branches/2.0-ongoing/tools
Jörn Nettingsmeier <[email protected]>
| Newsgroups | gmane.comp.audio.ardour.devel |
|---|---|
| Message-ID | <[email protected]> |
> Author: paul > Date: 2013-01-26 18:20:19 -0800 (Sat, 26 Jan 2013) > New Revision: 14006 > > +++ ardour2/branches/2.0-ongoing/tools/build-gtk-stack 2013-01-27 02:20:19 UTC (rev 14006) > @@ -314,7 +314,7 @@ > if uname -a | grep --silent arwin ; then > patches=`ls $this_script_dir/current-gtk-patches/*.patch` > else > - patches=`$this_script_dir/current-gtk-patches/gtkrelocation.patch` > + patches=$this_script_dir/current-gtk-patches/gtkrelocation.patch i don't know the context of this at all, but are you sure you don't want to put this in at least double quotes? the way it is now. i'm sure it will break further down as soon as the path prefix contains whitespace.