Skip to content

Commit 6ba02ee

Browse files
committed
Remove unused command from install script
1 parent 35b4123 commit 6ba02ee

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

install.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ install_command st-align-global "cmd.GlobalOpt"
9494
install_command st-align-interactive "cmd.InteractiveAlignment"
9595
install_command st-help "cmd.PrintHelp"
9696

97-
install_command st-test-stdev "cmd.ComputeVariance"
9897

9998
if [ $(pwd) == "${INSTALL_DIR}" ]; then
10099
echo "Installation directory equals current directory, we are done."
@@ -111,12 +110,11 @@ else
111110
mv st-add-annotations ${INSTALL_DIR}/
112111
mv st-add-entropy ${INSTALL_DIR}/
113112
mv st-align-pairs ${INSTALL_DIR}/
114-
mv st-align-pairs-add ${INSTALL_DIR}/
113+
mv st-align-pairs-add ${INSTALL_DIR}/
115114
mv st-align-pairs-view ${INSTALL_DIR}/
116115
mv st-align-global ${INSTALL_DIR}/
117116
mv st-align-interactive ${INSTALL_DIR}/
118117
mv st-help ${INSTALL_DIR}/
119-
mv st-test-stdev ${INSTALL_DIR}/
120118
fi
121119

122120
rm cp.txt

0 commit comments

Comments
 (0)