summaryrefslogtreecommitdiff
path: root/support/scripts/install
diff options
context:
space:
mode:
authorGilles Dubochet <gilles.dubochet@epfl.ch>2005-12-18 18:33:03 +0000
committerGilles Dubochet <gilles.dubochet@epfl.ch>2005-12-18 18:33:03 +0000
commitd3819b93ab8b2de3d5cc35c33b8258ccdb5a931a (patch)
treedfc6f7f497e58ea3321e6f687b11313d2afa86b5 /support/scripts/install
parent0e82079908655682e5140ad521cef0572cb6d2a4 (diff)
downloadscala-d3819b93ab8b2de3d5cc35c33b8258ccdb5a931a.tar.gz
scala-d3819b93ab8b2de3d5cc35c33b8258ccdb5a931a.tar.bz2
scala-d3819b93ab8b2de3d5cc35c33b8258ccdb5a931a.zip
Removed old Scalac code in sources and various ...
Removed old Scalac code in sources and various other obsolete elements.
Diffstat (limited to 'support/scripts/install')
-rwxr-xr-xsupport/scripts/install10
1 files changed, 0 insertions, 10 deletions
diff --git a/support/scripts/install b/support/scripts/install
deleted file mode 100755
index e0f19ad9d3..0000000000
--- a/support/scripts/install
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/bash
-########################################################-*-Shell-script-*-####
-# Install Command
-##############################################################################
-# $Id$
-
-source ${0%/*}/install.sh;
-install "$@"
-
-##############################################################################