Skip to content
Snippets Groups Projects
Unverified Commit cfd23372 authored by Massimiliano Adamo's avatar Massimiliano Adamo
Browse files

minor

parent 603c4dac
No related branches found
No related tags found
No related merge requests found
......@@ -84,7 +84,7 @@ run_upx() {
while true; do
echo -e "\nUPX degrades performances but in the case of acme-downloader it is not noticeable"
echo -e "UPX may or may not work for a specific platform (I haven't tried them)\n"
echo -e "UPX may or may not work for a specific platform (I haven't tried all the combinations)\n"
read -p "Do you wish to run upx against ${BIN_NAME}? (y/n) " yn
case $yn in
[Yy]*)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment