Ignore:
File:
1 edited

Legend:

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

    r25a7eb8 r0e88647  
    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.