wok view cups/stuff/install-sh.u @ rev 23195

updated msgpack and msgpack-dev (3.1.1 -> 3.2.1)
author Hans-G?nter Theisgen
date Fri Mar 20 15:54:32 2020 +0100 (2020-03-20)
parents
children
line source
1 --- cups-1.5.3-ori/install-sh
2 +++ cups-1.5.3/install-sh
3 @@ -61,7 +61,7 @@
4 dst=""
5 dir_arg=""
7 -function gzipcp {
8 +gzipcp() {
9 # gzipcp from to
10 $gzipprog -9 <"$1" >"$2"
11 }