Changes between Version 4 and Version 5 of Ticket #22770
- Timestamp:
- 04/06/17 17:13:03 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22770 – Description
v4 v5 1 1 The spkg-install script for functools32 uses `-n` for a `not` operator; it should instead use `!`. 2 3 Before the fix, I see this in the log file: 4 {{{ 5 ./spkg-install: line 9: [: -x: binary operator expected 6 }}} 7 This error is ignored, and indeed, the whole if block is ignored.