Project

General

Profile

« Previous | Next » 

Revision 9215

lib/sh/archives.sh: zip(), unzip(): added missing echo_func

View differences:

archives.sh
7 7

  
8 8
zip()
9 9
{
10
	echo_func
10 11
	cmd_log_fd=1 try self "$@"
11 12
	ignore 12 # "zip has nothing to do" (`man zip`)
12 13
	end_try
13 14
}
14 15

  
15
unzip() { cmd_log_fd=1 self "$@"; }
16
unzip() { echo_func; cmd_log_fd=1 self "$@"; }
16 17

  
17 18
set_inv force
18 19
alias zip_newer='zip ${no_force:+-u }'

Also available in: Unified diff