aboutsummaryrefslogtreecommitdiffstats
path: root/translate_menu
diff options
context:
space:
mode:
authorGuillaume Rousse <guillomovitch@mandriva.org>2008-01-29 21:20:50 +0000
committerGuillaume Rousse <guillomovitch@mandriva.org>2008-01-29 21:20:50 +0000
commit7d1cb2c537e76a8408355a62f38016ed3a8c2085 (patch)
treeab1f59c3bfdb4640e0db755b3616f4c71acd79d8 /translate_menu
parent2bd8b635ff0f1fc402e2c5105e828e6687c5f171 (diff)
downloadspec-helper-7d1cb2c537e76a8408355a62f38016ed3a8c2085.tar
spec-helper-7d1cb2c537e76a8408355a62f38016ed3a8c2085.tar.gz
spec-helper-7d1cb2c537e76a8408355a62f38016ed3a8c2085.tar.bz2
spec-helper-7d1cb2c537e76a8408355a62f38016ed3a8c2085.tar.xz
spec-helper-7d1cb2c537e76a8408355a62f38016ed3a8c2085.zip
use strictures and warnings in all perl scripts
Diffstat (limited to 'translate_menu')
-rwxr-xr-xtranslate_menu5
1 files changed, 4 insertions, 1 deletions
diff --git a/translate_menu b/translate_menu
index 2d661c6..2fc3f88 100755
--- a/translate_menu
+++ b/translate_menu
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -w
+#!/usr/bin/perl
#---------------------------------------------------------------
# Project : Mandrake Linux
# Module : spec-helper
@@ -9,6 +9,9 @@
# Purpose : change the menu sections
#---------------------------------------------------------------
+use strict;
+use warnings;
+
my $menudir = `rpm --eval %_menudir`;
chomp($menudir);