--- ocaml-link.sh.in.orig 2023-11-16 14:49:26 +++ ocaml-link.sh.in 2025-04-13 23:52:24 @@ -28,11 +28,6 @@ # Pass the cclib argument separately, and the rest as separated # arguments. -TEMP=`getopt -a -o '' --long 'cclib:' \ - -n "$(basename $0)" -- "$@"` -if [ $? != 0 ] ; then echo "Terminating..." >&2 ; exit 1 ; fi -eval set -- "$TEMP" - cclib= while true ; do