#!/bin/bash
# gsu -- the global subcommand utility
-# (C) 2006-2009 Andre Noll
+# (C) 2006-2010 Andre Noll
_gsu_init_errors()
{
GSU_SUCCESS success
E_GSU_BAD_COMMAND invalid command
E_GSU_NOT_A_NUMBER not a number
-E_GSU_SOURCE error in config file
-E_GSU_CONFIG bad/missing config file option
E_GSU_BAD_CONFIG_VAR invalid config variable
E_GSU_NEED_VALUE value required but not given
E_GSU_BAD_BOOL bad value for boolian option
E_GSU_BAD_OPTION_TYPE invalid option type
E_GSU_BAD_ARG_COUNT invalid number of arguments
E_GSU_EDITOR failed to execute editor
-E_NO_DEFAULT missing default value
$gsu_errors
"
local a b i=0