Changeset 6f5ab2a for skype/t/irssi
- Timestamp:
- 2011-01-04T00:06:46Z (14 years ago)
- 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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
skype/t/irssi/livetest-irssi.sh
rbb0775c r6f5ab2a 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.