]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - install-sh
Merge changes from CUPS 1.6svn-r10510.
[thirdparty/cups.git] / install-sh
index bd8f459c75dec8f018235c3b3554823cb13ff225..41d944e3e29fe1714597850a849243af067b3a91 100755 (executable)
@@ -61,7 +61,7 @@ src=""
 dst=""
 dir_arg=""
 
-function gzipcp {
+gzipcp() {
        # gzipcp from to
        $gzipprog -9 <"$1" >"$2"
 }