always build TWAIN components

This commit is contained in:
gb 2023-07-19 09:23:29 +08:00
parent 73fa772201
commit fb5c057d34
1 changed files with 3 additions and 3 deletions

View File

@ -213,12 +213,12 @@ fi
echo "******************************************************************************************" echo "******************************************************************************************"
echo "* *" echo "* *"
echo "* Would you want to build DS components ? ('y' or 'Y' to build ds) *" echo "* build DS components ... *"
echo "* *" echo "* *"
echo "******************************************************************************************" echo "******************************************************************************************"
echo Make your choice, plz: echo
read choice choice="y"
if [ "$choice" == "y" ] || [ "$choice" == "Y" ]; then if [ "$choice" == "y" ] || [ "$choice" == "Y" ]; then
cd ../code_device/twain/dsm cd ../code_device/twain/dsm
./build.sh $docpath $cpu ./build.sh $docpath $cpu