-
- Downloads
Fix: egrep is obsolescent, use grep -E
See e.g., egrep(1) [https://linux.die.net/man/1/egrep]: > two variant programs egrep and fgrep are available. egrep is the same > as grep -E. fgrep is the same as grep -F. Direct invocation as either > egrep or fgrep is deprecated See also the rationale of the POSIX description of grep (https://pubs.opengroup.org/onlinepubs/9699919799/utilities/grep.html): > This grep has been enhanced in an upwards-compatible way to provide > the exact functionality of the historical egrep and fgrep commands as > well. It was the clear intention of the standard developers to > consolidate the three greps into a single command. Closes: #839
parent
40bde2ae
No related branches found
No related tags found
Showing
- ci-scripts/checkAddedWarnings.sh 2 additions, 2 deletionsci-scripts/checkAddedWarnings.sh
- ci-scripts/checkCodingFormattingRules.sh 16 additions, 16 deletionsci-scripts/checkCodingFormattingRules.sh
- ci-scripts/cls_physim1.py 1 addition, 1 deletionci-scripts/cls_physim1.py
- ci-scripts/doGitLabMerge.sh 2 additions, 2 deletionsci-scripts/doGitLabMerge.sh
- ci-scripts/docker/Dockerfile.cppcheck.xenial 2 additions, 2 deletionsci-scripts/docker/Dockerfile.cppcheck.xenial
- ci-scripts/epc.py 2 additions, 2 deletionsci-scripts/epc.py
- ci-scripts/ran.py 1 addition, 1 deletionci-scripts/ran.py
- ci-scripts/yaml_files/4g_rfsimulator_fdd_05MHz/entrypoint.sh 1 addition, 1 deletionci-scripts/yaml_files/4g_rfsimulator_fdd_05MHz/entrypoint.sh
- ci-scripts/yaml_files/fr1_epc_20897/entrypoint.sh 1 addition, 1 deletionci-scripts/yaml_files/fr1_epc_20897/entrypoint.sh
- ci-scripts/yaml_files/magma_lte_20892/entrypoint.sh 1 addition, 1 deletionci-scripts/yaml_files/magma_lte_20892/entrypoint.sh
- ci-scripts/yaml_files/magma_nsa_20897/entrypoint.sh 1 addition, 1 deletionci-scripts/yaml_files/magma_nsa_20897/entrypoint.sh
- cmake_targets/tools/build_helper 3 additions, 3 deletionscmake_targets/tools/build_helper
- docker/Dockerfile.build.ubuntu22.cross-arm64 2 additions, 2 deletionsdocker/Dockerfile.build.ubuntu22.cross-arm64
- openair1/PHY/TOOLS/Makefile 1 addition, 1 deletionopenair1/PHY/TOOLS/Makefile
Loading
Please register or sign in to comment