summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/2/ppt-mkpkgs2
-rw-r--r--src/3/ppt-mkpkgs2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/2/ppt-mkpkgs b/src/2/ppt-mkpkgs
index 04fb541..27cc483 100644
--- a/src/2/ppt-mkpkgs
+++ b/src/2/ppt-mkpkgs
@@ -105,7 +105,7 @@ main()
{
PLAT="$(sed '1{s/^config-\([^ ][^ ]*\) (.*$/\1/;};1!q;' changelog)"
- if ! [ -e 'substvars' ];
+ if ! [ -e 'substvars' ]; then
MAKE_SUBSTVARS=true
printf '# Generated by ppt-mkpkgs. DO EDIT.\n' >'substvars'
fi
diff --git a/src/3/ppt-mkpkgs b/src/3/ppt-mkpkgs
index 2cb1908..d69fb2a 100644
--- a/src/3/ppt-mkpkgs
+++ b/src/3/ppt-mkpkgs
@@ -107,7 +107,7 @@ main()
{
PLAT="$(sed '1{s/^config-\([^ ][^ ]*\) (.*$/\1/;};1!q;' changelog)"
- if ! [ -e 'substvars' ];
+ if ! [ -e 'substvars' ]; then
MAKE_SUBSTVARS=true
printf '# Generated by ppt-mkpkgs. DO EDIT.\n' >'substvars'
fi