ftp.nice.ch/pub/next/unix/editor/vim-5.0f.s.tar.gz#/vim-5.0f/src/pathdef.sh

This is pathdef.sh in view mode; [Download] [Up]

#! /bin/sh
#
# pathdef.sh: adjust pathdef.c for link.sed, if it exists
#
if test -s link.sed; then
  cp pathdef.c pathdef.tmp
  sed -f link.sed <pathdef.tmp >pathdef.c
  rm -f pathdef.tmp
fi

# vim:set sw=2 et:

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.