Code Review
/
redfish.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
de5fd37
)
use return because script is sourced
10/510/1
author
davidplunkett
<dp7642@att.com>
Tue, 26 Mar 2019 05:51:51 +0000
(
05:51
+0000)
committer
davidplunkett
<dp7642@att.com>
Tue, 26 Mar 2019 05:51:51 +0000
(
05:51
+0000)
Change-Id: I08df1d09015339d405990cb86032c290e344478b
Signed-off-by: davidplunkett <dp7642@att.com>
setup_tools.sh
patch
|
blob
|
history
diff --git
a/setup_tools.sh
b/setup_tools.sh
index
48e93da
..
9f9bc52
100755
(executable)
--- a/
setup_tools.sh
+++ b/
setup_tools.sh
@@
-44,7
+44,7
@@
set -- "${POSITIONAL[@]}" # restore positional parameters
# SKIP IF TOOLS HAVE ALREADY BEEN SETUP
if [ -n "$REDFISH_TOOLS_SETUP" ]; then
-
exit
0
+
return
0
fi
# LOAD BUILD DEFAULT VALUES IF BUILD VARIABLES ARE NOT LOADED