From dd119ec5e82a9e2ebe3f51d11d1da1ebaac69dd2 Mon Sep 17 00:00:00 2001 From: Ole Streicher Date: Sun, 4 Feb 2024 12:24:35 +0100 Subject: [PATCH] Provide compatibility link to mkfloat.csh Traditionally, the "mkfloat" script was a C shell, which was indicated by its suffix. This was converted to a POSIX shell script long time ago, without suffix. The script however may be run during the build of external packages, and they may refer to `mkfloat.csh`. To allow an easier migration, we provide a compatiblity link here. Although there is no known package that uses mkfloat.sh, we also provide it here. --- unix/hlib/mkfloat.csh | 1 + unix/hlib/mkfloat.sh | 1 + 2 files changed, 2 insertions(+) create mode 120000 unix/hlib/mkfloat.csh create mode 120000 unix/hlib/mkfloat.sh diff --git a/unix/hlib/mkfloat.csh b/unix/hlib/mkfloat.csh new file mode 120000 index 000000000..ec931f456 --- /dev/null +++ b/unix/hlib/mkfloat.csh @@ -0,0 +1 @@ +mkfloat \ No newline at end of file diff --git a/unix/hlib/mkfloat.sh b/unix/hlib/mkfloat.sh new file mode 120000 index 000000000..ec931f456 --- /dev/null +++ b/unix/hlib/mkfloat.sh @@ -0,0 +1 @@ +mkfloat \ No newline at end of file