Ignore:
Timestamp:
2011-01-04T00:06:46Z (13 years ago)
Author:
Miklos Vajna <vmiklos@…>
Branches:
master
Children:
c12a5c8
Parents:
bb0775c (diff), dc3f9ef (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'portable-NetBSD-tests' of git://github.com/pcrama/bitlbee-skype

File:
1 edited

Legend:

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

    rbb0775c r6f5ab2a  
    1 #!/bin/bash
     1#!/usr/bin/env bash
    22ISCRIPT=$1
    33OPT=$2
     
    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.