summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2012-05-24 08:59:43 +0000
committerNorbert Preining <preining@logic.at>2012-05-24 08:59:43 +0000
commit1fe4e097b4c6467569c2057b9dec44bb9d262e13 (patch)
tree01dbb58fe5aec261140d464e83740bc2a3d5cf4e
parent9a7e1ed36905bbc40def0c4e54bea51e868fb49f (diff)
ups, it is "i" not "u" as modifier for the regexp
git-svn-id: svn://tug.org/texlive/trunk@26626 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-xMaster/texmf/scripts/texlive/tlmgr.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgr.pl b/Master/texmf/scripts/texlive/tlmgr.pl
index 85e53d1c6e6..d5b716f76d9 100755
--- a/Master/texmf/scripts/texlive/tlmgr.pl
+++ b/Master/texmf/scripts/texlive/tlmgr.pl
@@ -3539,7 +3539,7 @@ sub action_repository {
return;
}
# check if it is either url or absolute path
- if (($p !~ m!^(http|ftp)://!u) &&
+ if (($p !~ m!^(http|ftp)://!i) &&
!File::Spec->file_name_is_absolute($p)) {
tlwarn("$prg: neither http/ftp URL nor absolute path, no action: $p\n");
return;