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