Magellan Linux

Contents of /trunk/installer/include/functions.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1018 - (show annotations) (download) (as text)
Sun May 30 17:36:42 2010 UTC (13 years, 11 months ago) by niro
File MIME type: application/x-sh
File size: 139 byte(s)
-added global functions
1 # $Id$
2 # some common default functions
3
4 die() { echo "ERROR: $@"; exit 1; }
5
6 debug() { [[ ${INSTALLER_DEBUG} = 1 ]] && echo "DEBUG: $@"; }

Properties

Name Value
svn:keywords Id