aboutsummaryrefslogtreecommitdiff
path: root/trunk/src/templatepkg
diff options
context:
space:
mode:
authorrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2008-12-04 01:41:36 +0000
committerrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2008-12-04 01:41:36 +0000
commitd52649062b3a8d310f664a1b5fc0ad0398ddfcf0 (patch)
treeb70526e04c91e9ead2cec0a5d841c1ecf6e90c5c /trunk/src/templatepkg
parentee1b2882e0a5cd6f96451c378f101b1a31b93ee6 (diff)
downloadsimplepkg-d52649062b3a8d310f664a1b5fc0ad0398ddfcf0.tar.gz
simplepkg-d52649062b3a8d310f664a1b5fc0ad0398ddfcf0.tar.bz2
minor fixes
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@638 04377dda-e619-0410-9926-eae83683ac58
Diffstat (limited to 'trunk/src/templatepkg')
-rwxr-xr-xtrunk/src/templatepkg2
1 files changed, 1 insertions, 1 deletions
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