summaryrefslogtreecommitdiff
path: root/files/concatfragments.sh
diff options
context:
space:
mode:
Diffstat (limited to 'files/concatfragments.sh')
-rwxr-xr-x[-rw-r--r--]files/concatfragments.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/files/concatfragments.sh b/files/concatfragments.sh
index aac827d..a761b7e 100644..100755
--- a/files/concatfragments.sh
+++ b/files/concatfragments.sh
@@ -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;;