Browse Source

add "env" to DoReports.sh


git-svn-id: http://svn.dmdirc.com/trunk@3156 00569f92-eb28-0410-84fd-f71c24880f
tags/0.6
Shane Mc Cormack 16 years ago
parent
commit
7f6269baea
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      DoReports.sh

+ 3
- 0
DoReports.sh View File

@@ -4,6 +4,9 @@
4 4
 . /etc/profile
5 5
 . ${HOME}/.bashrc
6 6
 
7
+# Used for the report.log to help diagnosing problems
8
+env
9
+
7 10
 # Path to trunk
8 11
 MYDIR="/home/dmdirc/google"
9 12
 # Path to scripts

Loading…
Cancel
Save