Skip to content

Commit 87152cd

Browse files
committed
fix pushd
1 parent e6a2bd9 commit 87152cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/build_talib_from_source.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ wget -O "$DEPS_DIR/tmp/$TA_LIB_TGZ" $TA_LIB_URL
2020
pushd $DEPS_DIR/tmp
2121
tar -zxvf $TA_LIB_TGZ
2222
popd
23-
pushd $DEPS_DIR/tmp/ta-lib
23+
pushd $DEPS_DIR/tmp/ta-lib-0.6.2
2424
./configure --prefix=$DEPS_DIR
2525
make install
2626
popd

0 commit comments

Comments
 (0)