diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-01-05 16:52:57 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-01-05 16:52:57 -0500 |
commit | f5663f08d44091ca16c7f53c492c2594202ba7e5 (patch) | |
tree | 93beec630eefb4180c4861fd187d5f4d93d66250 /src/lib/common.sh.top | |
parent | bd47fdc61018da61cbd0b1978e04a27239a380b5 (diff) |
update to the new devtools
Diffstat (limited to 'src/lib/common.sh.top')
-rw-r--r-- | src/lib/common.sh.top | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/common.sh.top b/src/lib/common.sh.top index 054301b..625ea05 100644 --- a/src/lib/common.sh.top +++ b/src/lib/common.sh.top @@ -13,6 +13,8 @@ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. +shopt -s extglob + if [[ -z ${_INCLUDE_COMMON_SH:-} ]]; then _INCLUDE_COMMON_SH=true |