From 1334ecd6b1bc494e0ddc18055b650d1f31334842 Mon Sep 17 00:00:00 2001 From: in2 Date: Tue, 9 Apr 2002 18:58:59 +0000 Subject: *** empty log message *** git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@91 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- util/getbackup.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util') diff --git a/util/getbackup.pl b/util/getbackup.pl index 29e2c20a..bfc5c08b 100644 --- a/util/getbackup.pl +++ b/util/getbackup.pl @@ -11,7 +11,7 @@ $prefix = substr($ARGV[1], 0, 1); if( $ARGV[0] eq 'usr' ){ `rm -Rf home`; `tar zxvf home.$prefix.tgz home/$prefix/$ARGV[1]`; - if( $ARGV[2] ne 'all' && $ARGV[2] ne 'fav' && $ARGV[2] ne 'frlist' ){ + if( $ARGV[2] ne 'all' && $ARGV[2] ne 'fav' && $ARGV[2] ne 'frlist' && $ARGV[2] ){ print "usr command '$ARGV[2]' unknown\n"; exit; } -- cgit v1.2.3