diff options
-rwxr-xr-x | paludis/repositories/e/ebuild/utils/dohtml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/paludis/repositories/e/ebuild/utils/dohtml b/paludis/repositories/e/ebuild/utils/dohtml index 4576762cd..e207d2057 100755 --- a/paludis/repositories/e/ebuild/utils/dohtml +++ b/paludis/repositories/e/ebuild/utils/dohtml @@ -28,6 +28,8 @@ if [[ ! -d ${!PALUDIS_IMAGE_DIR_VAR} ]]; then exit 247 fi +shopt -s dotglob + allowed_exts="css gif htm html jpeg jpg js png" disallowed_dirs="" allowed_files="" |