[Intel-gfx] [dim PATCH 08/10] dim: prevent * from becoming options
Jani Nikula
jani.nikula at intel.com
Fri Mar 17 10:42:59 UTC 2017
Fix shellcheck SC2035: Use ./*.patch so names with dashes won't become
options.
Signed-off-by: Jani Nikula <jani.nikula at intel.com>
---
Makefile | 1 -
dim | 2 +-
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
index e6fa119d8f44..51da0dcc9dd3 100644
--- a/Makefile
+++ b/Makefile
@@ -25,7 +25,6 @@ SC_EXCLUDE := \
-e SC2005 \
-e SC2006 \
-e SC2034 \
- -e SC2035 \
-e SC2046 \
-e SC2086 \
-e SC2089 \
diff --git a/dim b/dim
index 2cf0a769bf47..0eac9f627932 100755
--- a/dim
+++ b/dim
@@ -588,7 +588,7 @@ function dim_rebuild_tip
git pull >& /dev/null
rm `rr_cache_dir`/rr-cache -Rf &> /dev/null || true
cp `rr_cache_dir`/* rr-cache -r
- git add *.patch >& /dev/null || true
+ git add ./*.patch >& /dev/null || true
git add rr-cache/* > /dev/null
git rm rr-cache/rr-cache &> /dev/null || true
if git commit -m "$time: $integration_branch rerere cache update" >& /dev/null; then
--
2.1.4
More information about the Intel-gfx
mailing list