Commit dc8ecf8
authored
Update check_os.sh (#2469)
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 $ID1 parent 42e432b commit dc8ecf8
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
0 commit comments