aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/git-permalink.in8
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
}