Changes in skype/t/irssi/livetest-irssi.sh [25a7eb8:0e88647]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
skype/t/irssi/livetest-irssi.sh
r25a7eb8 r0e88647 1 #!/ bin/bash1 #!/usr/bin/env bash 2 2 ISCRIPT=$1 3 3 OPT=$2 … … 79 79 80 80 submitlogs() { 81 sed-i -e "s/$TESTLOGIN/---TESTLOGIN---/;s/$TESTPASSWORD/---TESTPASSWORD---/" dotirssi/logs/*.log81 perl -p -i -e "s/$TESTLOGIN/---TESTLOGIN---/;s/$TESTPASSWORD/---TESTPASSWORD---/" dotirssi/logs/*.log 82 82 83 83 if [ "$OPT" == "tgz" ]; then
Note: See TracChangeset
for help on using the changeset viewer.