Skip to content

Commit

Permalink
Fix bashism in checkaurhelper function (#475)
Browse files Browse the repository at this point in the history
Co-authored-by: nnyyxxxx <[email protected]>
  • Loading branch information
nnyyxxxx and nnyyxxxx authored Sep 19, 2024
1 parent f473cde commit 903c915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tabs/common-script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ checkAURHelper() {
AUR_HELPER="yay"
AUR_HELPER_CHECKED=true
else
echo -e "${RED}Failed to install AUR helper.${RC}"
printf "%b\n" "${RED}Failed to install AUR helper.${RC}"
exit 1
fi
fi
Expand Down

0 comments on commit 903c915

Please sign in to comment.