aboutsummaryrefslogtreecommitdiffstats
path: root/build/code_sniffer/phpbb/Tests/Commenting/FileCommentUnitTest.php
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2015-01-21 00:16:42 +0100
committerAndreas Fischer <bantu@phpbb.com>2015-01-21 01:02:08 +0100
commit4b9434bf1ba4c015da11309602cfccf1a9c2493c (patch)
treebf18c2f664c124d459a99282c2387b12e0508f46 /build/code_sniffer/phpbb/Tests/Commenting/FileCommentUnitTest.php
parentd17904884ea27905d85c8cdc395821ade7079fa2 (diff)
downloadforums-4b9434bf1ba4c015da11309602cfccf1a9c2493c.tar
forums-4b9434bf1ba4c015da11309602cfccf1a9c2493c.tar.gz
forums-4b9434bf1ba4c015da11309602cfccf1a9c2493c.tar.bz2
forums-4b9434bf1ba4c015da11309602cfccf1a9c2493c.tar.xz
forums-4b9434bf1ba4c015da11309602cfccf1a9c2493c.zip
[ticket/13531] Explicitly disallow trailing paths (e.g. PATH_INFO).
PHPBB3-13531
Diffstat (limited to 'build/code_sniffer/phpbb/Tests/Commenting/FileCommentUnitTest.php')
0 files changed, 0 insertions, 0 deletions
ref='/software/drakx/commit/?h=distro/mga3&id=a163db778ee0de4f9c34b5b9a6cb17b8f41fc9a5'>a163db778ee0de4f9c34b5b9a6cb17b8f41fc9a5 (diff)downloaddrakx-fd49a32255255bd6fe99d914be288290c267932d.tar
drakx-fd49a32255255bd6fe99d914be288290c267932d.tar.gz
drakx-fd49a32255255bd6fe99d914be288290c267932d.tar.bz2
drakx-fd49a32255255bd6fe99d914be288290c267932d.tar.xz
drakx-fd49a32255255bd6fe99d914be288290c267932d.zip
mkttfdir -u option is no more
Diffstat
-rwxr-xr-xperl-install/standalone/drakfont6
1 files changed, 3 insertions, 3 deletions
diff --git a/perl-install/standalone/drakfont b/perl-install/standalone/drakfont
index 68d7a0d8b..0b8f9ec39 100755
--- a/perl-install/standalone/drakfont
+++ b/perl-install/standalone/drakfont
@@ -154,7 +154,7 @@ my $ttf2pt1 = '/usr/sbin/ttf2pt1';
my $pfm2afm = '/usr/sbin/pfm2afm';
my $type1inst = '/usr/sbin/type1inst';
my $chkfontpath = '/usr/sbin/chkfontpath';
-# mkttfdir only knows about iso-8859-1, using ttmkfdir -u instead -- pablo
+# mkttfdir only knows about iso-8859-1, using ttmkfdir instead -- pablo
my $ttmkfdir = '/usr/bin/ttmkfdir';
my $fccache = '/usr/bin/fc-cache';
@@ -346,7 +346,7 @@ sub put_font_dir() {
}
system('cd ' . $temp_dir . ' && cp *.ttf ../../ttf; chmod 644 ../../ttf/*ttf') if glob("$temp_dir/*.ttf");
interactive_progress($pbar2, 0.20, N("please wait during ttmkfdir..."));
- put_font_dir_real("ttf", "$ttmkfdir -u > fonts.dir", 0.10, N("True Type install done"));
+ put_font_dir_real("ttf", "$ttmkfdir > fonts.dir", 0.10, N("True Type install done"));
if ($gs) {
convert_ttf_fonts([ glob("$drakfont_dir/tmp/tmp/*.ttf") ], 1);
@@ -418,7 +418,7 @@ sub remove_fonts() {
if (/.ttf$/) {
my_rm_rf($_);
# rebuild of the fonts.dir and fc-cache files
- system("cd `dirname $_` && $fccache && $ttmkfdir -u > fonts.dir");
+ system("cd `dirname $_` && $fccache && $ttmkfdir > fonts.dir");
} else { my_rm_rf($i) }
}
$i =~ s!/\w*\.\w*!!gi;