~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to setup/install.py

  • Committer: dcoles
  • Date: 2008-07-07 02:55:09 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:811
Setup: Minor change. Runs `svn staus -v` on CWD rather than parent directory.  
If run on the parent directory it could fail since you might only check out the 
trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
162
162
            print "IO error(%s): %s" % (errno, strerror)
163
163
            sys.exit(1)
164
164
 
165
 
        os.system("svn status -v .. >> %s" % ivle_revision_record_file)
 
165
        os.system("svn status -v . >> %s" % ivle_revision_record_file)
166
166
 
167
167
    print "Wrote IVLE code revision status to %s" % ivle_revision_record_file
168
168