bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gnulib-tool nits


From: Bruno Haible
Subject: Re: gnulib-tool nits
Date: Sun, 1 Jul 2007 12:43:33 +0200
User-agent: KMail/1.5.4

Hello Ralf,

> This still needs to be addressed.

Yes. Your findings and my and Eric's comments [1][2][3] are giving enough
hints how a portable and efficient solution can look like, I think?

  pathx="$PATH"
  case ":$PATH:" in
    *::*)
      pathx=`echo ":$PATH:" | sed -e 's/:::*/:.:/g' -e 's/^://' -e 's/:\$//'`
      ;;
  esac

Bruno

[1] http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00202.html
[2] http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00204.html
[3] http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00207.html





reply via email to

[Prev in Thread] Current Thread [Next in Thread]