Changeset c1198c2 in mainline


Ignore:
Timestamp:
2011-06-13T02:47:08Z (13 years ago)
Author:
Petr Koupy <petr.koupy@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
df8110d3
Parents:
2431f30
Message:

Removed minor bug in false toolchain.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/binutils/toolchain.sh

    r2431f30 rc1198c2  
    102102                (
    103103                echo '#! /bin/bash'
    104                 echo 'echo' \'"$2"\' '"$@"'
    105                 echo "ar -s" '$@'
     104                echo 'echo' 'ar -s' '"$@"'
     105                echo 'ar -s' '$@'
    106106                ) > 'ranlib'
    107107                chmod a+x 'ranlib'
Note: See TracChangeset for help on using the changeset viewer.