diff options
Diffstat (limited to 'lib/remove.sh')
-rw-r--r-- | lib/remove.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/remove.sh b/lib/remove.sh index ce25ead..25687b4 100644 --- a/lib/remove.sh +++ b/lib/remove.sh @@ -17,6 +17,9 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. +[ "x${_REMOVE_SM+set}" = 'xset' ] && return 0 +_REMOVE_SM=1 + use db remove_source_from_suite() |