Skip to content

Commit

Permalink
Fix install-params.sh "popd: directory stack empty".
Browse files Browse the repository at this point in the history
  • Loading branch information
w20089527 authored and furszy committed Jun 28, 2021
1 parent 399ffa3 commit 7a66678
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion params/install-params.sh
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,10 @@ EOF
install_params "$SAPLING_SPEND_NAME" "$PARAMS_DIR/$SAPLING_SPEND_NAME" "8e48ffd23abb3a5fd9c5589204f32d9c31285a04b78096ba40a79b75677efc13"
install_params "$SAPLING_OUTPUT_NAME" "$PARAMS_DIR/$SAPLING_OUTPUT_NAME" "2f0ebbcbb9bb0bcffe95a397e7eba89c29eb4dde6191c339db88570e3f3fb0e4"

popd
if [ -d ".git" ] || [ -f autogen.sh ]
then
popd
fi
}

main
Expand Down

0 comments on commit 7a66678

Please sign in to comment.