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:
parent
61c8d5c75b
commit
9dac53afc8
1 changed files with 4 additions and 0 deletions
4
files/concatfragments.sh
Normal file → Executable file
4
files/concatfragments.sh
Normal file → Executable 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;;
|
||||
|
|
Loading…
Reference in a new issue