^-- SC2035: Use ./*glob* or -- *glob* so names with dashes won't become options.

Cc: Daniel Vetter <[email protected]>
Cc: Jani Nikula <[email protected]>
Cc: Joonas Lahtinen <[email protected]>
Signed-off-by: Rodrigo Vivi <[email protected]>
---
 qf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/qf b/qf
index 0bd6ebf1370d..dbda415d4dbc 100755
--- a/qf
+++ b/qf
@@ -135,7 +135,7 @@ function branch_init
                echo Creating new quilt branch $quilt_branch
                # big trickery to get an empty commit
                git checkout -q --orphan $quilt_branch > /dev/null
-               git rm -rf * > /dev/null
+               git rm -rf ./* > /dev/null
                git ls-files | xargs git rm -rf > /dev/null
                touch series
                echo BASELINE=$baseline > config
-- 
2.13.2

_______________________________________________
Intel-gfx mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to