#!/bin/bash
if ! grep -q '# Remove BR just before EOLs' \
   lib/TWiki/Plugins/WysiwygPlugin/HTML2TML/Node.pm; then
  patch -s -p3 <"$1/WysiwygRemoveBRs.patch"
fi
