#!/bin/sh

# WARNING: This files contents will be replaced during fixpack installation,
# changes will not be retained.

IHS_SERVER_ROOT="@@SERVERROOT@@"
. ${IHS_SERVER_ROOT}/bin/gsk_envvars

if [ $IHS_GSK_ARCH = "32" ]; then
  exec ${IHS_SERVER_ROOT}/gsk8/bin/gsk8capicmd "$@"
else
  exec ${IHS_SERVER_ROOT}/gsk8/bin/gsk8capicmd_64 "$@"
fi
