summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorGilles Dubochet <gilles.dubochet@epfl.ch>2005-11-03 10:03:17 +0000
committerGilles Dubochet <gilles.dubochet@epfl.ch>2005-11-03 10:03:17 +0000
commit21363864e87d7c36d32bba4642e1351049e5caf2 (patch)
tree3048d20d695c7be608e2e35f2ae489febe118b1f /bin
parent2eb46ac9dd16ba01dd0441070a859cdbd40d1d7c (diff)
downloadscala-21363864e87d7c36d32bba4642e1351049e5caf2.tar.gz
scala-21363864e87d7c36d32bba4642e1351049e5caf2.tar.bz2
scala-21363864e87d7c36d32bba4642e1351049e5caf2.zip
Replaced by sources/bin/izpack.symlink.tmpl
Diffstat (limited to 'bin')
-rwxr-xr-xbin/.nsc_symlink.tmpl11
1 files changed, 0 insertions, 11 deletions
diff --git a/bin/.nsc_symlink.tmpl b/bin/.nsc_symlink.tmpl
deleted file mode 100755
index 009f8b6eec..0000000000
--- a/bin/.nsc_symlink.tmpl
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-
-DIRNAME="dirname"
-LN="/bin/ln -sf"
-
-COMMANDS="scala scalac scaladoc scalap"
-
-cd `$DIRNAME $0` && \
-for cmd in $COMMANDS; do $LN $1 $cmd; done
-
-# $Id$