Remove silly environment variable that corrupts reality.

Not sure how this is set in our puppet environment, but it is.
http://nexenta.org/projects/site/wiki/Personalities
This commit is contained in:
Sharif Nassar 2011-12-13 20:24:10 -08:00
parent 61c8d5c75b
commit 9dac53afc8

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;;