11 lines
282 B
Diff
11 lines
282 B
Diff
|
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.
|
||
|
#
|