pkgsrc-Changes archive

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

Re: CVS commit: pkgsrc/geography/gpsd



I meant that there was

  if foo; then
    bar
  else
    baz
  fi

and the old patch was to change to

  if foo; then
    bar
  else
  fi

but now it's

  if foo; then
    bar
  else
    true
  fi

Attachment: pgpf7BzNSowos.pgp
Description: PGP signature



Home | Main Index | Thread Index | Old Index