diff options
Diffstat (limited to 'lib/include.sh')
-rw-r--r-- | lib/include.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/include.sh b/lib/include.sh index dab9e71..74ebcb9 100644 --- a/lib/include.sh +++ b/lib/include.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${_INCLUDE_SM+set}" = 'xset' ] && return 0 +_INCLUDE_SM=1 + use control use db use locale |