All of lore.kernel.org
 help / color / mirror / Atom feed
From: prj@po.cwru.edu (Paul Jarc)
To: reiserfs-list@namesys.com
Subject: reiserfsprogs (3.6.9, .10, .11) installation problems
Date: Wed, 20 Aug 2003 19:51:04 -0400	[thread overview]
Message-ID: <m3n0e3ript.fsf@multivac.cwru.edu> (raw)

If pdksh is being used to run reiserfsprogs' ./configure, the script
triggers a bug in pdksh.  This line triggers the bug:
		fprintf(fout, "\t\\\" "\n");
AFAICT, this is supposed to become a C string containing tab,
backslash, an newline.  Right?  Then this will work for both bash and
pdksh:
		fprintf(fout, "\\t\\\\\\n");

Also, this earlier line is misspelled:
#define _GNU_SOURSE
It should be:
#define _GNU_SOURCE
                 ^
But since it works even when it's misspelled, it probably doesn't need
to be there at all.


paul

             reply	other threads:[~2003-08-20 23:51 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-08-20 23:51 Paul Jarc [this message]
2003-08-21  9:44 ` reiserfsprogs (3.6.9, .10, .11) installation problems Yury Umanets
2003-08-22  8:18 ` Vitaly Fertman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m3n0e3ript.fsf@multivac.cwru.edu \
    --to=prj@po.cwru.edu \
    --cc=reiserfs-list@namesys.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.