summaryrefslogtreecommitdiffstats
path: root/libexec/post-receive.d/02-build-snapshots
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/post-receive.d/02-build-snapshots')
-rwxr-xr-xlibexec/post-receive.d/02-build-snapshots2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/post-receive.d/02-build-snapshots b/libexec/post-receive.d/02-build-snapshots
index b0952ff..59bf9d3 100755
--- a/libexec/post-receive.d/02-build-snapshots
+++ b/libexec/post-receive.d/02-build-snapshots
@@ -29,7 +29,7 @@ then
29 for snapshot_branch in $snapshot_branches 29 for snapshot_branch in $snapshot_branches
30 do 30 do
31 test "$branch" = "$snapshot_branch" \ 31 test "$branch" = "$snapshot_branch" \
32 && exec "$prefix/bin/build-snapshot" "$branch" 32 && "$prefix/bin/build-snapshot" "$branch"
33 done 33 done
34 done 34 done
35fi 35fi