Skip to content

Commit

Permalink
fix pushd
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjbq7 committed Jan 1, 2025
1 parent e6a2bd9 commit 87152cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/build_talib_from_source.bash
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ wget -O "$DEPS_DIR/tmp/$TA_LIB_TGZ" $TA_LIB_URL
pushd $DEPS_DIR/tmp
tar -zxvf $TA_LIB_TGZ
popd
pushd $DEPS_DIR/tmp/ta-lib
pushd $DEPS_DIR/tmp/ta-lib-0.6.2
./configure --prefix=$DEPS_DIR
make install
popd

0 comments on commit 87152cd

Please sign in to comment.