mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 21:57:51 +00:00
Fix so shell script adheres to posix standards. (#4439)
This commit is contained in:
parent
af77341494
commit
82ed7b6b08
@ -3,8 +3,8 @@
|
|||||||
# NOTE: all testing is now driven through tox. The tox command below
|
# NOTE: all testing is now driven through tox. The tox command below
|
||||||
# performs roughly what this test did in the past.
|
# performs roughly what this test did in the past.
|
||||||
|
|
||||||
if [ "$1" == "--changed" ]; then
|
if [ "$1" = "--changed" ]; then
|
||||||
export files=`git diff upstream/dev --name-only | grep -v requirements_all.txt`
|
export files="`git diff upstream/dev --name-only | grep -v requirements_all.txt`"
|
||||||
echo "================================================="
|
echo "================================================="
|
||||||
echo "FILES CHANGED (git diff upstream/dev --name-only)"
|
echo "FILES CHANGED (git diff upstream/dev --name-only)"
|
||||||
echo "================================================="
|
echo "================================================="
|
||||||
|
Loading…
x
Reference in New Issue
Block a user