blob: ae2ea3b604cf42ad7c84b48f0f51d1db3bdce32c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- runscript.sh.orig 2008-08-19 21:22:43.000000000 +0200
+++ runscript.sh 2008-10-17 12:12:29.000000000 +0200
@@ -1,7 +1,7 @@
-#!/bin/bash
+#! /bin/sh
#SET ADS_HOME to the root installation directory for DataStudio
-ADS_HOME=`dirname $0`
+ADS_HOME=%%ADS_HOME%%
CLASSES=$ADS_HOME/lib/activation.jar
CLASSES=$ADS_HOME/lib/ads.jar:$CLASSES
|