Details
-
Bug
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
-
Code - Bug - Unclear Impact
-
Normal
-
Low Hanging Fruit
-
Adhoc Test
-
All
-
None
-
Description
The line
if [ ! $1 ]; then break; fi
doesn't work on all OSes/Linux distributions (e.g. a bare Ubuntu 18.04) with #!/bin/sh causing fqltool to fail. The fix is quite simple