X-Git-Url: http://git.rot13.org/?p=BackupPC.git;a=blobdiff_plain;f=bin%2FBackupPC_zipCreate;h=36a1e300cd06dc3dbdb9bfa189ba4e9d09f26ae2;hp=c91d208156fd8a227a929fbe282672a6bcefef52;hb=2c6ebbdaeabadbda3af4bc7c748995215c045b82;hpb=0697368bbcef14908cd4684cf07744dc840464de diff --git a/bin/BackupPC_zipCreate b/bin/BackupPC_zipCreate index c91d208..36a1e30 100755 --- a/bin/BackupPC_zipCreate +++ b/bin/BackupPC_zipCreate @@ -51,7 +51,7 @@ # #======================================================================== # -# Version 2.0.0_CVS, released 18 Jan 2003. +# 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); }