linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] xfs_scrub: make interpreter explicit to python3
@ 2018-02-24  2:15 Luis R. Rodriguez
  2018-02-24  4:40 ` Darrick J. Wong
  0 siblings, 1 reply; 5+ messages in thread
From: Luis R. Rodriguez @ 2018-02-24  2:15 UTC (permalink / raw)
  To: sandeen; +Cc: darrick.wong, linux-xfs, Luis R. Rodriguez

Using #!/usr/bin/env makes some package dependency tools
such as rpm complain given that it cannot verify package
dependencies. Making it explicit resolves this lint rant.

Signed-off-by: Luis R. Rodriguez <mcgrof@kernel.org>
---
 scrub/xfs_scrub_all.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scrub/xfs_scrub_all.in b/scrub/xfs_scrub_all.in
index fff05da3ea7a..80f07d5c8b02 100644
--- a/scrub/xfs_scrub_all.in
+++ b/scrub/xfs_scrub_all.in
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/python3
 
 # Run online scrubbers in parallel, but avoid thrashing.
 #
-- 
2.16.2


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-03-02 16:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-24  2:15 [PATCH] xfs_scrub: make interpreter explicit to python3 Luis R. Rodriguez
2018-02-24  4:40 ` Darrick J. Wong
2018-03-02  4:05   ` Eric Sandeen
2018-03-02  9:08     ` Carlos Maiolino
2018-03-02 16:24       ` Darrick J. Wong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).