diff options
Diffstat (limited to 'lib/changelog.sh')
-rw-r--r-- | lib/changelog.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/changelog.sh b/lib/changelog.sh index 327cc2d..53cca58 100644 --- a/lib/changelog.sh +++ b/lib/changelog.sh @@ -19,6 +19,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/>. +[ -n "${_OH_CHANGELOG_SH}" ] && return 0 +_OH_CHANGELOG_SH=true + . @@LIBDIR@@/messages # Constant global parameters: |