Skip to content

Commit

Permalink
replaced #!/bin/bash with #!/usr/bin/env bash (#551)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertosw committed Sep 10, 2023
1 parent e173723 commit 9f132bd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion auto-cpufreq-installer
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

# auto-cpufreq-installer:
# auto-cpufreq source code based installer
Expand Down
2 changes: 1 addition & 1 deletion scripts/auto-cpufreq-install.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# auto-cpufreq daemon install script
# reference: https://github.com/AdnanHodzic/auto-cpufreq
Expand Down
2 changes: 1 addition & 1 deletion scripts/snapdaemon.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# workaround for running Daemon without polluting syslog (#53, #82)
$SNAP/bin/auto-cpufreq --daemon 2>&1 >> $SNAP_DATA/auto-cpufreq.stats

0 comments on commit 9f132bd

Please sign in to comment.