mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-23 18:32:53 +00:00
boost.sh: add missing echo
This commit is contained in:
parent
23ba4cb305
commit
0c44387890
1 changed files with 1 additions and 1 deletions
2
boost.sh
2
boost.sh
|
@ -11,7 +11,7 @@ if [ -z "$boost" ];then
|
|||
echo "ERROR: unable to find boost headers"
|
||||
exit 1
|
||||
elif [ -z "$(type -p bcp)" ];then
|
||||
"ERROR: bcp tool not found"
|
||||
echo "ERROR: bcp tool not found"
|
||||
exit 2
|
||||
fi
|
||||
rm -vrf miniboost/
|
||||
|
|
Loading…
Add table
Reference in a new issue