commit | d0fafe035da3ae203a9b0cf271d775103ff9af7d | [log] [tgz] |
---|---|---|
author | Alan Jenkins <alan.christopher.jenkins@gmail.com> | Sun Mar 26 15:35:51 2017 +0100 |
committer | James Carter <jwcart2@tycho.nsa.gov> | Tue Mar 28 13:41:07 2017 -0400 |
tree | 60b9351f42543fb0513d6766871dc0a24af7d8f4 | |
parent | 8c662db964cd1abe4891d9bd609f45a93b87c236 [diff] |
policycoreutils: fixfiles: handle unexpected spaces in command I accidently ran `fixfiles "a b"` during testing. Let's fix this too. Before: /sbin/fixfiles: line 394: [: a: binary operator expected Usage: ... After: Usage: ... Signed-off-by: Alan Jenkins <alan.christopher.jenkins@gmail.com>