Newer
Older
## Copyright (C) 2005 Yann Le Boulanger <asterix AT lagaule.org>
## Copyright (C) 2006 Dimitur Kirov <dkirov AT gmail.com>
## Stefan Bethge <stefan AT lanpartei.de>
## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org>
## Gajim is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published
## Gajim is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
## GNU General Public License for more details.
##
## You should have received a copy of the GNU General Public License
## along with Gajim. If not, see <http://www.gnu.org/licenses/>.
##
echo "You must not launch $APP as root, it is INSECURE"
[ "$APP" = "gajim-history-manager" ] && APP="history_manager"
cd "@GAJIM_SRCDIR@"
exec "@PYTHON@" -OO $APP.py "$@"