diff options
Diffstat (limited to 'databases/adstudio/files/patch-datastudio.sh')
-rw-r--r-- | databases/adstudio/files/patch-datastudio.sh | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/databases/adstudio/files/patch-datastudio.sh b/databases/adstudio/files/patch-datastudio.sh deleted file mode 100644 index d0a65b6eaf33..000000000000 --- a/databases/adstudio/files/patch-datastudio.sh +++ /dev/null @@ -1,12 +0,0 @@ ---- datastudio.sh.orig 2008-08-19 21:22:43.000000000 +0200 -+++ datastudio.sh 2008-10-17 11:43:18.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 |