-rwxr-xr-x | i18n/status.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/i18n/status.sh b/i18n/status.sh index b669bf2..125d8a1 100755 --- a/i18n/status.sh +++ b/i18n/status.sh @@ -9,5 +9,2 @@ fi -echo "Status of $foo" -echo - #general figures @@ -26,2 +23,4 @@ echo $obso `expr \( $strs - $obso \) \* 100 / $strs`% +if [ "foo" = "all" ] +then #from here on we will only look at the core-parts. All numbers have to be 0% if @@ -46 +45,2 @@ echo "Addressbook:" $core_addressbook", that means" `expr $core_addressbook \* 1 echo "libopie:" $libopie", that means" `expr $libopie \* 100 / $_libopie`% "needs to be done" +fi |