aboutsummaryrefslogtreecommitdiff
path: root/trunk
diff options
context:
space:
mode:
authorrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2007-04-04 14:12:04 +0000
committerrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2007-04-04 14:12:04 +0000
commit5417f4836329a9430a4d781329d2f224cd5f8e87 (patch)
treef20a300ce0a1752817dbe7bf35c584fd8c1f7c72 /trunk
parentc2b3d4d405f932e4920da0e0f487236584aaaac7 (diff)
downloadsimplepkg-5417f4836329a9430a4d781329d2f224cd5f8e87.tar.gz
simplepkg-5417f4836329a9430a4d781329d2f224cd5f8e87.tar.bz2
templatepkg: small fix
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@224 04377dda-e619-0410-9926-eae83683ac58
Diffstat (limited to 'trunk')
-rwxr-xr-xtrunk/src/templatepkg2
1 files changed, 1 insertions, 1 deletions
diff --git a/trunk/src/templatepkg b/trunk/src/templatepkg
index 8cc2bd6..43ccf13 100755
--- a/trunk/src/templatepkg
+++ b/trunk/src/templatepkg
@@ -213,7 +213,7 @@ function template_update {
components="$TEMPLATE_BASE.template $TEMPLATE_BASE.perms $TEMPLATE_BASE.d $TEMPLATE_BASE.s"
for component in $components; do
- if [ ! -a "$component" ]; then
+ if [ ! -e "$component" ]; then
echo $BASENAME: template component not found: $component
echo $BASENAME: please run $BASENAME -c before update a template
exit 1