X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=bin%2FBackupPC_zcat;h=4b7ffb8802134eaa0f2380643922ba42648c481b;hb=4ccad54a1f16abeffa0bf9a96df117d378eba9c1;hp=71e208236aa69d48cc4187d9cd1537d9aaeea206;hpb=1ce7d1541ea1279aaa0a75c16986a3fd40b608ec;p=BackupPC.git diff --git a/bin/BackupPC_zcat b/bin/BackupPC_zcat index 71e2082..4b7ffb8 100755 --- a/bin/BackupPC_zcat +++ b/bin/BackupPC_zcat @@ -14,7 +14,7 @@ # Craig Barratt # # COPYRIGHT -# Copyright (C) 2001 Craig Barratt +# Copyright (C) 2001-2003 Craig Barratt # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -32,15 +32,16 @@ # #======================================================================== # -# Version 1.5.0, released 2 Aug 2002. +# Version 2.1.0_CVS, released 3 Jul 2003. # # See http://backuppc.sourceforge.net. # #======================================================================== use strict; +no utf8; -use lib "__INSTALLDIR__/lib"; +use lib "/usr/local/BackupPC/lib"; use Compress::Zlib; use BackupPC::FileZIO;