~ubuntu-branches/ubuntu/trusty/pollinate/trusty-proposed

« back to all changes in this revision

Viewing changes to pollinate

  • Committer: Package Import Robot
  • Author(s): Dustin Kirkland
  • Date: 2014-02-28 13:56:13 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20140228135613-0bodth736xk5idrp
Tags: 4.5-0ubuntu1
* pollinate:
  - fix exit, when in testing mode

Show diffs side-by-side

added added

removed removed

Lines of Context:
189
189
for i in ${POOL}; do
190
190
        exchange "${i}"
191
191
done
192
 
[ -z "${TESTING}" ] && touch "${FLAG}"
 
192
if [ -z "${TESTING}" ]; then
 
193
        touch "${FLAG}"
 
194
fi