[Github-comments] [geany/geany] on OpenBSD, Use of "seq" causes "not found" message when configure shows status (#2054)

Matthew Brush notifications at xxxxx
Thu Jan 17 23:24:10 UTC 2019


Did you try installing [the `seq` utility](https://en.wikipedia.org/wiki/Seq_(Unix))? It's part of GNU Coreutils, and seems to also [be available on BSDs](https://man.openbsd.org/FreeBSD-11.1/seq.1).  The problem with using special shell-builtins/syntax is that it may not be compatible with other shells (ex. POSIX `sh`), whereas the `seq` utility should work with all shells.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/2054#issuecomment-455369490
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20190117/a23e2046/attachment-0001.html>


More information about the Github-comments mailing list