Description of problem: 安装hunspell包后执行命令 hunspell -A 使用sh执行命令时报错,retcode为1,使用bash时命令正常执行 Version-Release number of selected component (if applicable): How reproducible: 在shell执行以下指令 $ docker pull registry.openanolis.cn/openanolis/anolisos:23 $ docker run -d registry.openanolis.cn/openanolis/anolisos:23 tail -f /dev/null $ docker exec -it [docker_id] /bin/sh $ yum install -y hunspell-devel $ hunspell -A Steps to Reproduce: 1. 2. 3. Actual results: retcode: 1 stdout: stderr: Can't open affix or dictionary files for dictionary named "default". Expected results: retcode: 0 Additional info:
与 12346 问题一致,均为 docker 使用方式不同导致的行为不同,暂不认为是 bug *** This bug has been marked as a duplicate of bug 12346 ***