]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - install-sh
Fix build/test suite errors on Linux.
[thirdparty/cups.git] / install-sh
index bd8f459c75dec8f018235c3b3554823cb13ff225..bcd89dacb2dd088a7a427d69e3336409de8eeb50 100755 (executable)
@@ -1,7 +1,5 @@
 #!/bin/sh
 #
-# "$Id$"
-#
 # Install a program, script, or datafile.
 #
 # Copyright 2008-2012 by Apple Inc.
@@ -61,7 +59,7 @@ src=""
 dst=""
 dir_arg=""
 
-function gzipcp {
+gzipcp() {
        # gzipcp from to
        $gzipprog -9 <"$1" >"$2"
 }