fix interpreter path on remove_exec_bit script

/bin/bash does not need to exist on POSIX systems.
This commit is contained in:
Robin Voetter
2025-10-27 14:46:03 +01:00
parent 10869a06b7
commit f709bedcd6

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Copyright © Advanced Micro Devices, Inc., or its affiliates.
# SPDX-License-Identifier: MIT