Opened 19 years ago
Closed 19 years ago
#898 closed defect (fixed)
Typo in 'Nebulous/nebclient/autogen.sh'
| Reported by: | Michael Wood-Vasey | Owned by: | jhoblitt |
|---|---|---|---|
| Priority: | low | Milestone: | |
| Component: | Nebulous | Version: | unspecified |
| Severity: | trivial | Keywords: | |
| Cc: |
Description
There's a typo in 'Nebulous/nebclient/autogen.sh' that prevents the error message that fails to find 'libtoolize' from being useful. Line 25 should be
echo "You must have $LIBTOOLIZE installed to compile $PROJECT."
The current line has a lower-case 'l' in 'LIBTOOlize'.
Change History (2)
comment:1 by , 19 years ago
| op_sys: | Mac OS → All |
|---|---|
| Priority: | high → low |
| rep_platform: | Macintosh → All |
comment:2 by , 19 years ago
| remaining_time: | 0.50 → 0.00 |
|---|---|
| Resolution: | → fixed |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

I've checked in the fix. Thanks.