Skip to content

Commit

Permalink
Fix lint locale
Browse files Browse the repository at this point in the history
  • Loading branch information
Jouzo committed Feb 9, 2023
1 parent 6337f74 commit 9a833ba
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion depends/rust_target.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#! /bin/bash

export LC_ALL=C

TARGET=$1

case ${TARGET} in
Expand Down Expand Up @@ -28,4 +30,4 @@ case ${TARGET} in
echo "${TARGET}"
;;

esac
esac

0 comments on commit 9a833ba

Please sign in to comment.