X-Git-Url: https://git.distorted.org.uk/~mdw/cfd/blobdiff_plain/4969747bc3a6b88c53247ea88776799109c081be..6247b831dd0e3f9200025241ac93c14e5c1b2539:/findlinks.in diff --git a/findlinks.in b/findlinks.in index 60373f0..13380be 100755 --- a/findlinks.in +++ b/findlinks.in @@ -1,8 +1,6 @@ #! /bin/sh # -*-sh-*- # -# $Id: findlinks.in,v 1.2 1999/11/11 17:49:15 mdw Exp $ -# # Find files which could be links to the repository # # (c) 1997 Mark Wooding @@ -26,19 +24,10 @@ # along with `common'; if not, write to the Free Software Foundation, # Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -#----- Revision history ----------------------------------------------------- -# -# $Log: findlinks.in,v $ -# Revision 1.2 1999/11/11 17:49:15 mdw -# Regular expression fixes for parsing version numbers. -# -# Revision 1.1.1.1 1999/05/05 19:23:47 mdw -# New import. The old CVS repository was lost in a disk disaster. -# - # --- Configuration variables --- prefix=@prefix@ +datarootdir=@datarootdir@ datadir=@datadir@/@PACKAGE@ # --- Parse command line arguments --- @@ -56,7 +45,7 @@ EOF exit 0 ;; -v | --v | --ve | --ver | --vers | --versi | --versio | --version) - version=`echo '$Revision: 1.2 $' | + version=`echo '$Revision: 1.3 $' | sed -n -e 's;^.*: \([0-9.]*\) *\\$;\1;p'` echo "findlinks $version; Common Files Distribution version @VERSION@" exit 0