diff --git a/install_obitools.sh b/install_obitools.sh index 60636f9..0d42f25 100755 --- a/install_obitools.sh +++ b/install_obitools.sh @@ -111,8 +111,8 @@ else fi (cp build/* "${INSTALL_DIR}/bin" 2> /dev/null) \ - || (echo "Please enter your password for installing obitools in ${INSTALL_DIR}" - sudo cp build/* "${INSTALL_DIR}/bin") + || (echo "Please enter your password for installing obitools in ${INSTALL_DIR}" + sudo cp build/* "${INSTALL_DIR}/bin") popd