Changes in skype/t/irssi/livetest-irssi.sh [0e88647:25a7eb8]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
skype/t/irssi/livetest-irssi.sh
r0e88647 r25a7eb8 1 #!/ usr/bin/envbash1 #!/bin/bash 2 2 ISCRIPT=$1 3 3 OPT=$2 … … 79 79 80 80 submitlogs() { 81 perl -p-i -e "s/$TESTLOGIN/---TESTLOGIN---/;s/$TESTPASSWORD/---TESTPASSWORD---/" dotirssi/logs/*.log81 sed -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.