Merge pull request #12 from mrwacky42/master

Unset silly Nexenta environment variable.
This commit is contained in:
R.I.Pienaar 2011-12-13 22:56:07 -08:00
commit bd21154fa0

4
files/concatfragments.sh Normal file → Executable file
View file

@ -51,6 +51,10 @@ XARGSARG="-0"
PATH=/sbin:/usr/sbin:/bin:/usr/bin
## Well, if there's ever a bad way to do things, Nexenta has it.
## http://nexenta.org/projects/site/wiki/Personalities
unset SUN_PERSONALITY
while getopts "o:s:d:tnw:fg" options; do
case $options in
o ) OUTFILE=$OPTARG;;