aboutsummaryrefslogtreecommitdiffstats
path: root/main/cups/install-sh.patch
blob: 6a7fbbcdd0b786f68206fb0dd8ccac11dfb8d323 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- ./install-sh.orig
+++ ./install-sh
@@ -61,7 +61,7 @@
 dst=""
 dir_arg=""
 
-function gzipcp {
+gzipcp() {
 	# gzipcp from to
 	$gzipprog -9 <"$1" >"$2"
 }