From e9bbab839c1235e48babc70a709697f9d3ba2ad4 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sun, 27 Jan 2013 02:20:19 +0000 Subject: [PATCH] fix that last commit git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@14006 d708f5d6-7413-0410-9779-e7cbd77b26cf --- tools/build-gtk-stack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/build-gtk-stack b/tools/build-gtk-stack index 8db8a5dcf4..00194a77eb 100755 --- a/tools/build-gtk-stack +++ b/tools/build-gtk-stack @@ -314,7 +314,7 @@ if [ x$patch != x ] ; then 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 fi for patch in $patches ; do