diff options
Diffstat (limited to 'qtjava/designer/juic/bin')
-rwxr-xr-x | qtjava/designer/juic/bin/juic | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/qtjava/designer/juic/bin/juic b/qtjava/designer/juic/bin/juic index 8104ac9b..b01cadc7 100755 --- a/qtjava/designer/juic/bin/juic +++ b/qtjava/designer/juic/bin/juic @@ -14,13 +14,6 @@ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. # -getAbsolutePath() { - ls=$(ls -l $1) - pushd `dirname ${ls##* }` >/dev/null - pwd -P - popd >/dev/null -} - usage() { juic=$(basename $0) cat <<EOT @@ -43,8 +36,7 @@ EOT # common/ # java -a=$(getAbsolutePath $0) -UIXSLDIR=$(dirname "$a") +UIXSLDIR=/usr/share/juic UIXSL=${UIXSLDIR}/juic.xsl ABSTRACT="true" |