~sebikul/mundus/mundus-git

« back to all changes in this revision

Viewing changes to .src/Backup.module

  • Committer: Sebi
  • Date: 2015-12-01 23:14:32 UTC
  • Revision ID: git-v1:bc907761723b955cad8a13c3c3cafd4cfe78dcb7
Tags: v3.0.1
Fixed path parsing and a spacing issue in the Backups form

Show diffs side-by-side

added added

removed removed

Lines of Context:
138
138
 
139
139
Private Function HasTar_Read() As Boolean
140
140
 
141
 
  Return Main.CheckProgram("tar")
 
141
  Return PathHelper.CheckProgram("tar")
142
142
 
143
143
End