summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorLex Spoon <lex@lexspoon.org>2007-01-15 19:38:42 +0000
committerLex Spoon <lex@lexspoon.org>2007-01-15 19:38:42 +0000
commit3f41a604a3811251b8e5f06fbb6a17af7f87a34c (patch)
tree9918a8220bcc302f14d9c73db6fa739716eb0c0d /debian
parente1bfe57368457ec47091ade4d949f4274fc43dae (diff)
downloadscala-3f41a604a3811251b8e5f06fbb6a17af7f87a34c.tar.gz
scala-3f41a604a3811251b8e5f06fbb6a17af7f87a34c.tar.bz2
scala-3f41a604a3811251b8e5f06fbb6a17af7f87a34c.zip
Fixed the #!/bin/sh at the header; the ! was mi...
Fixed the #!/bin/sh at the header; the ! was missing. Thanks to Stephane for finding this one.
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/command-scripts/scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/command-scripts/scala b/debian/command-scripts/scala
index df5b1d9b7b..1c6d06ea54 100755
--- a/debian/command-scripts/scala
+++ b/debian/command-scripts/scala
@@ -1,4 +1,4 @@
-#/bin/sh
+#!/bin/sh
JAVA_DIR=/usr/share/java
LIB_CLASSPATH=$JAVA_DIR/scala-library.jar:$JAVA_DIR/scala-compiler.jar