aboutsummaryrefslogtreecommitdiff
path: root/trunk/src/templatepkg
diff options
context:
space:
mode:
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 7a62563..f6a2639 100755
--- a/trunk/src/templatepkg
+++ b/trunk/src/templatepkg
@@ -249,7 +249,7 @@ function template_create {
return 1
fi
- if [ -f "$orig_template/$ROOT.perms" ] then
+ if [ -f "$orig_template/$ROOT.perms" ]; then
cat $orig_template/$ROOT.perms > $TEMPLATE_BASE.perms
fi