Skip to content

Commit

Permalink
amdgpu-clocks: use /usr/bin/env bash shebang
Browse files Browse the repository at this point in the history
  • Loading branch information
xdevs23 authored Sep 1, 2024
1 parent 0a5f78e commit deb0d75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion amdgpu-clocks
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

USER_STATES_PATH=${USER_STATES_PATH:-/etc/default/amdgpu-custom-state}
SYS_PPFMASK=/sys/module/amdgpu/parameters/ppfeaturemask
Expand Down

0 comments on commit deb0d75

Please sign in to comment.