Fix typo in devstack/stack.sh
Change-Id: Ie13f1ae7fb5a46bb654aa3ab526933107c485b0b
This commit is contained in:
parent
2dc61b2a63
commit
10ba751a78
2
stack.sh
2
stack.sh
@ -23,7 +23,7 @@
|
|||||||
|
|
||||||
# check if someone has invoked with "sh"
|
# check if someone has invoked with "sh"
|
||||||
if [[ "${POSIXLY_CORRECT}" == "y" ]]; then
|
if [[ "${POSIXLY_CORRECT}" == "y" ]]; then
|
||||||
echo "You appear to be running bash in POSIX compatability mode."
|
echo "You appear to be running bash in POSIX compatibility mode."
|
||||||
echo "devstack uses bash features. \"./stack.sh\" should do the right thing"
|
echo "devstack uses bash features. \"./stack.sh\" should do the right thing"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user