| commit | 985761d5bd57aef838746a50d634ff03b196eba5 | [log] [tgz] |
|---|---|---|
| author | Jenkins <jenkins@review.openstack.org> | Thu Feb 11 02:14:47 2016 +0000 |
| committer | Gerrit Code Review <review@openstack.org> | Thu Feb 11 02:14:47 2016 +0000 |
| tree | 807da0cea59f03f6170a7f3d635dd283bf5738d1 | |
| parent | b7f7f33c22816ae557af0c2ce79e8e9eb1dba299 [diff] | |
| parent | 6f013631a27a726ae45e27b209fa769d96d5f069 [diff] |
Merge "Handle case where FUNCNAME[0] is undefined"
diff --git a/stackrc b/stackrc index 887d4b3..8638a90 100644 --- a/stackrc +++ b/stackrc
@@ -15,7 +15,7 @@ export LC_ALL # Make tracing more educational -export PS4='+ ${BASH_SOURCE}:${FUNCNAME[0]}:L${LINENO}: ' +export PS4='+ ${BASH_SOURCE:-}:${FUNCNAME[0]:-}:L${LINENO:-}: ' # Find the other rc files RC_DIR=$(cd $(dirname "${BASH_SOURCE:-$0}") && pwd)