summaryrefslogtreecommitdiff
path: root/pacman2pacman-get
diff options
context:
space:
mode:
authorJoseph Graham <joseph@xylon.me.uk>2017-06-11 13:51:05 +0100
committerJoseph Graham <joseph@xylon.me.uk>2017-06-11 13:51:05 +0100
commitf63fe7fb69f1affd2402507f2b3b02045824f41d (patch)
tree20d8712ae99419186e8c1f2f79892ac5feff1d67 /pacman2pacman-get
parente1bfc672606a1ed90a4d9345a259271a058515be (diff)
Translations should work now :)
Diffstat (limited to 'pacman2pacman-get')
-rw-r--r--pacman2pacman-get4
1 files changed, 2 insertions, 2 deletions
diff --git a/pacman2pacman-get b/pacman2pacman-get
index d3066b9..1ca47c1 100644
--- a/pacman2pacman-get
+++ b/pacman2pacman-get
@@ -1,8 +1,6 @@
#! /bin/bash
# /usr/bin/pacman2pacman-get
#
-# Version 1.5.8
-#
# Copyright (C) 2014,2017 Joseph Graham <joseph@xylon.me.uk>
#
# This program is free software: you can redistribute it and/or modify
@@ -18,6 +16,8 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
+TEXTDOMAIN=pacman2pacman-get
+
debugmode=0
[[ ${3} == "-d" ]] && debugmode=1 # if 3rd arg is "-d", enable debug mode