From 3f41a604a3811251b8e5f06fbb6a17af7f87a34c Mon Sep 17 00:00:00 2001 From: Lex Spoon Date: Mon, 15 Jan 2007 19:38:42 +0000 Subject: 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. --- debian/command-scripts/scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian') 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 -- cgit v1.2.3