summaryrefslogtreecommitdiff
path: root/lang/smalleiffel/files/smalleiffel.sh
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>1999-06-21 21:23:15 +0000
committerjlam <jlam@pkgsrc.org>1999-06-21 21:23:15 +0000
commitd7e1bb410a9e5b5e2abbac4dfd68fec05a0d16db (patch)
tree4f167df084ead6767478a711312b1239cb97f9be /lang/smalleiffel/files/smalleiffel.sh
parentb7513f63f5c7c32ba97f66918fa18b69ec3540ac (diff)
downloadpkgsrc-d7e1bb410a9e5b5e2abbac4dfd68fec05a0d16db.tar.gz
Update smalleiffel to -0.78. From HISTORY.txt:
* New -html2 flag for command short generates a colorized HTML short form for classes. * The garbage collector now takes into account feature dispose of class MEMORY for reference objects. * Obsolete classes (obsolete keyword) now supported. * Assertion tags are now displayed when an assertion fails. * Added environment variable in loadpath files. Syntax: ${SOME_VAR} * Added the -no_style_warning flag to suppress warnings when the recommended styles guidelines for Eiffel are not strictly followed. * Added the -version flag to show SmallEiffel's version. * Enhanced ease of use with and adaptability to various C compilers (SYSTEM_TOOLS). Files compiler.system, linker.system and o_suffix.system are now obsolete and replaced by a unique file compiler.se common to all systems. See the [2]System configuration page for more information. * Class LINKED_LIST now replaces obsolete class LINK_LIST (simple renaming). Class TWO_WAY_LINKED_LIST now replaces obsolete class LINK2_LIST (simple renaming). * Fixed "implicit renaming" bug. * Cleaned all source code of tabulations at beginning of line (made code look ugly when using an editor whose tabs were not 8). * Some new ELKS'95 features implemented. * Validity rule VEEN fixed. * Added class COLLECTION_SORTER and REVERSE_COLLECTION_SORTER to the library. * Fixed file renaming portability bug (".d files bug"). * Validity rule VCFG.1 is now enforced. * Validity rule VAPE is now enforced. * Classes mentioned in a cecil.se file are now automatically made live. Makes it easier to link with external libraries. * Various other bug fixes.
Diffstat (limited to 'lang/smalleiffel/files/smalleiffel.sh')
-rw-r--r--lang/smalleiffel/files/smalleiffel.sh7
1 files changed, 4 insertions, 3 deletions
diff --git a/lang/smalleiffel/files/smalleiffel.sh b/lang/smalleiffel/files/smalleiffel.sh
index e22ff466100..a1495bf4006 100644
--- a/lang/smalleiffel/files/smalleiffel.sh
+++ b/lang/smalleiffel/files/smalleiffel.sh
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $NetBSD: smalleiffel.sh,v 1.1.1.1 1999/04/12 18:19:27 jlam Exp $
+# $NetBSD: smalleiffel.sh,v 1.2 1999/06/21 21:23:16 jlam Exp $
#
# This script is invoked as:
#
@@ -8,8 +8,9 @@
#
# where <cmd> is one of the programs in @@SE@@/bin.
#
-SmallEiffel=@@SE@@/sys/system.se ; export SmallEiffel
-se_cmd=@@SE@@/bin/$1
+SMALLEIFFEL=@@SE@@; export SMALLEIFFEL
+SmallEiffel=${SMALLEIFFEL}/sys/system.se ; export SmallEiffel
+se_cmd=${SMALLEIFFEL}/bin/$1
if [ -x ${se_cmd} ]
then
shift