diff options
author | R.I.Pienaar <rip@devco.net> | 2011-12-13 22:56:07 -0800 |
---|---|---|
committer | R.I.Pienaar <rip@devco.net> | 2011-12-13 22:56:07 -0800 |
commit | bd21154fa036e47a1b994c20e0d9fed86251b7e4 (patch) | |
tree | 9a85e7b5aee223847f39d9c41dceee71e0261802 | |
parent | 61c8d5c75b00e7c28d316ef427f43fd2d6817c76 (diff) | |
parent | 9dac53afc8426bd09e946ab8f226d65cd7aaca80 (diff) | |
download | puppet-concat-bd21154fa036e47a1b994c20e0d9fed86251b7e4.tar.gz puppet-concat-bd21154fa036e47a1b994c20e0d9fed86251b7e4.tar.bz2 |
Merge pull request #12 from mrwacky42/master
Unset silly Nexenta environment variable.
-rwxr-xr-x[-rw-r--r--] | files/concatfragments.sh | 4 |
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;; |