Opened 5 years ago
Last modified 5 years ago
#22770 closed defect
Fix functools32 spkg-install — at Version 3
Reported by: | jhpalmieri | Owned by: | |
---|---|---|---|
Priority: | critical | Milestone: | sage-8.0 |
Component: | packages: standard | Keywords: | |
Cc: | Merged in: | ||
Authors: | John Palmieri | Reviewers: | |
Report Upstream: | N/A | Work issues: | |
Branch: | u/jhpalmieri/functools | Commit: | 8b4ee00dce6faa43eed6ac2e7ca1b4c41b673fff |
Dependencies: | Stopgaps: |
Description (last modified by )
The spkg-install script for functools32 uses -n
for a not
operator;
it should instead use !
.
Change History (3)
comment:1 Changed 5 years ago by
- Branch set to u/jhpalmieri/functools
comment:2 Changed 5 years ago by
- Commit set to 8b4ee00dce6faa43eed6ac2e7ca1b4c41b673fff
- Status changed from new to needs_review
comment:3 Changed 5 years ago by
- Description modified (diff)
Note: See
TracTickets for help on using
tickets.
New commits:
trac 22770: change "-n" to "!" in functools32 spkg-install