Ignore:
File:
1 edited

Legend:

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

    r0e88647 r25a7eb8  
    1 #!/usr/bin/env bash
     1#!/bin/bash
    22ISCRIPT=$1
    33OPT=$2
     
    7979
    8080submitlogs() {
    81         perl -p -i -e "s/$TESTLOGIN/---TESTLOGIN---/;s/$TESTPASSWORD/---TESTPASSWORD---/" dotirssi/logs/*.log
     81        sed -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.