]> gitweb.fluxo.info Git - puppet-concat.git/commitdiff
Remove silly environment variable that corrupts reality.
authorSharif Nassar <sharif@mediatemple.net>
Wed, 14 Dec 2011 04:24:10 +0000 (20:24 -0800)
committerSharif Nassar <sharif@mediatemple.net>
Wed, 14 Dec 2011 04:24:10 +0000 (20:24 -0800)
Not sure how this is set in our puppet environment, but it is.
http://nexenta.org/projects/site/wiki/Personalities

files/concatfragments.sh [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index aac827d..a761b7e
@@ -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;;