From 9dac53afc8426bd09e946ab8f226d65cd7aaca80 Mon Sep 17 00:00:00 2001 From: Sharif Nassar Date: Tue, 13 Dec 2011 20:24:10 -0800 Subject: 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 --- files/concatfragments.sh | 4 ++++ 1 file changed, 4 insertions(+) mode change 100644 => 100755 files/concatfragments.sh diff --git a/files/concatfragments.sh b/files/concatfragments.sh old mode 100644 new mode 100755 index aac827d..a761b7e --- 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;; -- cgit v1.2.3