OSDN Git Service

update
[bashlib/bashlib-develop.git] / english / scriptlib / bashlib_inc.sh
1 #// bashlib is provided under 3-clause BSD license.
2 #// Copyright (C) 2011 Sofrware Design Gallery "Sage Plaisir 21" All Rights Reserved.
3
4 export  g_BashLibFolderPath=${g_BashLibPath%/*}
5
6
7 #// include shell scripts
8 source  "$g_BashLibFolderPath/bashlib.sh"
9
10
11 #// include shell scripts for bash ver3
12 if [ "${BASH_VERSINFO[0]}" -le "3" ];then
13   source  "$g_BashLibFolderPath/bashlib3.sh"
14 fi
15