diff options
Diffstat (limited to 'lib/garbage.sh')
-rw-r--r-- | lib/garbage.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/garbage.sh b/lib/garbage.sh index d5e35cd..d78c530 100644 --- a/lib/garbage.sh +++ b/lib/garbage.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${_GARBAGE_SM+set}" = 'xset' ] && return 0 +_GARBAGE_SM=1 + use dir collect_garbage() |