wok-6.x view cups/stuff/install-sh.u @ rev 13414

Up fox,adie,pathfinder,calculator (1.6.46)
author Samuel Trassare <samuel_trassare@yahoo.com>
date Mon Oct 01 06:41:31 2012 +0000 (2012-10-01)
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 }