Ticket #81 (closed defect: fixed)
scripts: "echo -n" not portable
| Reported by: | hamish | Owned by: | hamish |
|---|---|---|---|
| Priority: | blocker | Milestone: | 6.3.0 |
| Component: | Default | Version: | svn-trunk |
| Keywords: | Cc: | grass-dev@… | |
| Platform: | CPU: |
Description
Hi,
apparently "echo -n" is not portable, it fails on OSX 10.5
I removed it from scripts/r.in.wms/wms.request, but these remain:
scripts$ grep -rIl "echo -n" * | grep -v '/.svn/' d.vect.thematic/d.vect.thematic i.in.spotvgt/i.in.spotvgt r.tileset/r.tileset v.db.renamecol/v.db.renamecol
v.db.renamecol is a false positive:
v.db.renamecol/v.db.renamecol: # 'echo -n' (output as string, ie with no newline) is apparently not portable.
Hamish
Change History
Note: See
TracTickets for help on using
tickets.
