source: trunk/third/librep/test @ 15283

Revision 15283, 375 bytes checked in by ghudson, 24 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r15282, which included commits to RCS files with non-trunk default branches.
  • Property svn:executable set to *
Line 
1#!/bin/sh
2
3top=${REPTOP:-.}
4name=${REPNAME:-rep}
5
6if [ "x$1" != "x-g" ]; then
7  REP_DL_LOAD_PATH=${top}/src/.libexec \
8      REPLISPDIR=${top}/lisp \
9      REPDOCFILE=${top}/DOC \
10      ${top}/src/${name} $*
11else
12  shift
13  REP_DL_LOAD_PATH=${top}/src/.libexec \
14      REPLISPDIR=${top}/lisp \
15      REPDOCFILE=${top}/DOC \
16      ${top}/libtool gdb ${top}/src/${name} $* 
17fi
Note: See TracBrowser for help on using the repository browser.