Skip to content

Commit ca3cb8a

Browse files
committed
check_mk_agent.hpux: Update shebang to use /usr/bin/sh for compatibility
Replaces the shebang from /usr/bin/ksh to /usr/bin/sh to improve compatibility across systems where ksh may not be available by default. Ensures broader portability of the script. SUP-22189 Change-Id: I85e5eaf76b1bc5e120ac5203f6be65de7471af29
1 parent a78f2aa commit ca3cb8a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

agents/check_mk_agent.hpux

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/ksh
1+
#!/usr/bin/sh
22
# Copyright (C) 2019 Checkmk GmbH - License: GNU General Public License v2
33
# This file is part of Checkmk (https://checkmk.com). It is subject to the terms and
44
# conditions defined in the file COPYING, which is part of this source code package.

0 commit comments

Comments
 (0)