Changeset 0e88647


Ignore:
Timestamp:
2011-01-03T20:44:01Z (13 years ago)
Author:
Philippe Crama <pcfeb0009@…>
Branches:
master
Children:
51f0c2b
Parents:
10378d8
Message:

Replace unportable 'sed -i' by perl invocation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • skype/t/irssi/livetest-irssi.sh

    r10378d8 r0e88647  
    7979
    8080submitlogs() {
    81         sed -i -e "s/$TESTLOGIN/---TESTLOGIN---/;s/$TESTPASSWORD/---TESTPASSWORD---/" dotirssi/logs/*.log
     81        perl -p -i -e "s/$TESTLOGIN/---TESTLOGIN---/;s/$TESTPASSWORD/---TESTPASSWORD---/" dotirssi/logs/*.log
    8282
    8383        if [ "$OPT" == "tgz" ]; then
Note: See TracChangeset for help on using the changeset viewer.