Magellan Linux

Contents of /tags/installer-0_1_2/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 (14 years ago) by niro
Original Path: trunk/installer/include/functions.sh
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