From d52649062b3a8d310f664a1b5fc0ad0398ddfcf0 Mon Sep 17 00:00:00 2001 From: rhatto Date: Thu, 4 Dec 2008 01:41:36 +0000 Subject: minor fixes git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@638 04377dda-e619-0410-9926-eae83683ac58 --- trunk/src/templatepkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'trunk/src/templatepkg') diff --git a/trunk/src/templatepkg b/trunk/src/templatepkg index 9fadd5e..6739795 100755 --- a/trunk/src/templatepkg +++ b/trunk/src/templatepkg @@ -681,7 +681,7 @@ function template_list { local list basedir template - if [ "$TEMPLATE_STORAGE_STYLE" != "own-folder" ] || \ + if [ "$TEMPLATE_STORAGE_STYLE" != "own-folder" ] && \ [ "$TEMPLATE_STORAGE_STYLE" != "compact" ]; then echo "$BASENAME: option only available if TEMPLATE_STORAGE_STYLE configured as 'own-folder' or 'compact'" return 1 -- cgit v1.2.3