| От | Peter Eisentraut |
|---|---|
| Тема | Re: little anoyance with configure |
| Дата | |
| Msg-id | 200611301443.25051.peter_e@gmx.net обсуждение |
| Ответ на | little anoyance with configure (ohp@pyrenet.fr) |
| Ответы |
Re: little anoyance with configure
|
| Список | pgsql-hackers |
ohp@pyrenet.fr wrote: > UX:tr: ERROR: Incorrect usage > UX:tr: TO FIX: Usage: > tr [-cs] string1 string2 > tr -s[-c] string1 > tr -d[-c] string1 > tr -ds[-c] string1 string2 > configure: WARNING: option ignored: -- That would appear to be this call: pgac_txt=`echo $pgac_var | tr '_' '-'` (four lines from the bottom of configure) But I don't see how this contradicts the correct usage synopses offered by the error output. Second thought ... it's interpreting the '-' as an option? Does this work: ... | tr 'a_b' 'a-b' ? -- Peter Eisentraut http://developer.postgresql.org/~petere/
В списке pgsql-hackers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера