components/bash/patches/solaris-028.missing_HOME.patch
author Vladimir Marek <Vladimir.Marek@oracle.com>
Thu, 26 Jan 2017 12:24:45 +0100
branchs11u3-sru
changeset 7627 4758b76d5ad5
permissions -rw-r--r--
25123965 Update bash to version 4.4 24689447 problem in UTILITY/BASH 21341453 process hangs when terminated with unfinished command 21196056 bash test is failing to finish 19394218 bash : Parameter Substitution Causing Memory Leak

# If $HOME is not set (running from cron perhaps), the tests will output:
# 26d25
# < ./comsub-posix.tests: line 103: cd: HOME not set
# 28d26
# < ./comsub-posix.tests: line 106: cd: HOME not set
#
# Reported to [email protected]

--- tests/comsub-posix.tests	2016-11-29 03:41:57.414081235 +0000
+++ tests/comsub-posix.tests	2016-11-29 03:36:30.425718528 +0000
@@ -1,4 +1,5 @@
-
+HOME=${HOME:-/}
+export HOME
 # works right
 echo ab$(echo mnop)yz
 # works right