Skip to content

Commit 844c195

Browse files
committed
updated jython_install.sh
1 parent a9496d7 commit 844c195

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

jython_install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
set -euo pipefail
1717
[ -n "${DEBUG:-}" ] && set -x
18-
srcdir="$( cd "$( dirname "$0}" )" && pwd )"
18+
srcdir="$( cd "$( dirname "$0" )" && pwd )"
1919

2020
JYTHON_VERSION=2.7.0
2121

@@ -26,7 +26,7 @@ JYTHON_VERSION=2.7.0
2626
if ! [ -e /opt/jython ]; then
2727
mkdir -p /opt
2828
wget -cO jython-installer.jar "http://search.maven.org/remotecontent?filepath=org/python/jython-installer/$JYTHON_VERSION/jython-installer-$JYTHON_VERSION.jar"
29-
$sudo "$srcdir/jython_autoinstall.exp"
29+
$sudo expect "$srcdir/jython_autoinstall.exp"
3030
$sudo ln -sf "/opt/jython-$JYTHON_VERSION" /opt/jython
3131
rm -f jython-installer.jar
3232
echo

0 commit comments

Comments
 (0)