summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-vim/fluxbox-syntax/fluxbox-syntax-1.5.ebuild')
-rw-r--r--app-vim/fluxbox-syntax/fluxbox-syntax-1.5.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-vim/fluxbox-syntax/fluxbox-syntax-1.5.ebuild b/app-vim/fluxbox-syntax/fluxbox-syntax-1.5.ebuild
index bfc2bc3e95f2..d62e3208aa79 100644
--- a/app-vim/fluxbox-syntax/fluxbox-syntax-1.5.ebuild
+++ b/app-vim/fluxbox-syntax/fluxbox-syntax-1.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/fluxbox-syntax/fluxbox-syntax-1.5.ebuild,v 1.16 2009/12/17 10:26:27 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/fluxbox-syntax/fluxbox-syntax-1.5.ebuild,v 1.17 2009/12/17 10:27:41 fauli Exp $
inherit vim-plugin
@@ -22,7 +22,7 @@ VIM_PLUGIN_MESSAGES="filetype"
src_unpack() {
unpack ${A}
- cd ${S}
+ cd "${S}"
# no ftdetect file provided. lame...
mkdir ftdetect
echo "au BufNewFile,BufRead /*/*fluxbox/*menu set filetype=fluxbox" \