Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
On my RHEL system, ID is initially set to 'ID_LIKE="RHEL CENTOS FEDORA"', which, when expanded in the if-statement, turns into this: if [ -z ID_LIKE=RHEL CENTOS FEDORA ]; then and causes the error: `souffle/sh/check_os.sh: line 15: [: too many arguments` It is necessary to quote $ID
- Loading branch information