From 1d89290e4928f55460f491a8d425b836661d8ea3 Mon Sep 17 00:00:00 2001 From: Ville Rantanen Date: Sat, 21 Dec 2019 17:32:34 +0200 Subject: [PATCH] expand alnum --- files/mvregex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/mvregex b/files/mvregex index a5f010d..0f65882 100755 --- a/files/mvregex +++ b/files/mvregex @@ -51,7 +51,7 @@ do [[ "${!i}" = "-h" ]] && helpexit continue } [[ "${!i}" = "-a" ]] && { - SRC='[^0-9a-zA-Z.-_]' + SRC='[^0-9a-zA-Z._-]' continue } [[ -z "$SRC" ]] && {