summaryrefslogtreecommitdiffstats
path: root/scripts/pacman-key.sh.in
diff options
context:
space:
mode:
authorLukas Fleischer <archlinux@cryptocrack.de>2011-12-06 22:29:33 +0100
committerDan McGee <dan@archlinux.org>2011-12-07 17:02:11 +0100
commit0e4946d5593e5968c1d6bca50402eaf7a8620526 (patch)
tree1d4b0f6bfd63e33df10a98d3a98bd8d2f7700ad2 /scripts/pacman-key.sh.in
parenta3a75e0a41680283572895165da3fe2505314dec (diff)
downloadpacman-0e4946d5593e5968c1d6bca50402eaf7a8620526.tar.gz
pacman-0e4946d5593e5968c1d6bca50402eaf7a8620526.tar.xz
scripts/*: Declare several constant variables read-only
Be more semantically accurate and avoid accidental overwriting of some configuration variables that are considered to be constant. Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de> Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'scripts/pacman-key.sh.in')
-rw-r--r--scripts/pacman-key.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/pacman-key.sh.in b/scripts/pacman-key.sh.in
index ee43dde1..e0f48f5c 100644
--- a/scripts/pacman-key.sh.in
+++ b/scripts/pacman-key.sh.in
@@ -24,7 +24,7 @@
export TEXTDOMAIN='pacman-scripts'
export TEXTDOMAINDIR='@localedir@'
-myver="@PACKAGE_VERSION@"
+declare -r myver="@PACKAGE_VERSION@"
# Options
ADD=0