diff options
Diffstat (limited to 'src')
-rwxr-xr-x | src/git-permalink.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/git-permalink.in b/src/git-permalink.in index 0f7437c..41e26b4 100755 --- a/src/git-permalink.in +++ b/src/git-permalink.in @@ -65,10 +65,10 @@ MSG_OPEN=\$MSG_OPEN_$lang get_lang() { # LC_MESSAGES="ll_CC.CODESET@modifier" -> ll_CC, where quotes are # optional - locale 2>/dev/null | \ - grep LC_MESSAGES | \ - cut -d. -f1 | \ - cut -d\" -f2 | \ + locale 2>/dev/null | + grep LC_MESSAGES | + cut -d. -f1 | + cut -d\" -f2 | cut -d= -f2 } |