summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/rocsparse/0002-fix-gentest-shebang.patch
blob: c0cd38a8fe27bab9861e18d9596e4e7e780bda5c (plain) (blame)
1
2
3
4
5
6
7
8
--- a/clients/common/rocsparse_gentest.py
+++ b/clients/common/rocsparse_gentest.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
 
 # ########################################################################
 # Copyright (c) 2019-2021 Advanced Micro Devices, Inc.