X-Git-Url: http://git.rot13.org/?p=BackupPC.git;a=blobdiff_plain;f=bin%2FBackupPC_zipCreate;h=36a1e300cd06dc3dbdb9bfa189ba4e9d09f26ae2;hp=4fa7f4a5e7d9c3a49e0d96c96f64c24b20abf5df;hb=2c6ebbdaeabadbda3af4bc7c748995215c045b82;hpb=e9453b7611be63303572ae443d5fb56b73364678 diff --git a/bin/BackupPC_zipCreate b/bin/BackupPC_zipCreate index 4fa7f4a..36a1e30 100755 --- a/bin/BackupPC_zipCreate +++ b/bin/BackupPC_zipCreate @@ -51,7 +51,7 @@ # #======================================================================== # -# Version 1.6.0_CVS, released 10 Dec 2002. +# Version 2.0.0_CVS, released 3 Feb 2003. # # See http://backuppc.sourceforge.net. # @@ -84,7 +84,7 @@ if ( @ARGV < 1 ) { exit(1); } -if ( $opts{h} !~ /^([\w\.-]+)$/ ) { +if ( $opts{h} !~ /^([\w\.\s-]+)$/ ) { print(STDERR "$0: bad host name '$opts{h}'\n"); exit(1); }