From 61e1a12bb6c3bfdb0a4e499c88e8eaa2b548e427 Mon Sep 17 00:00:00 2001 From: Stefan Eßer Date: Fri, 24 Feb 2023 23:14:58 +0100 Subject: vendor/bc: import version 6.3.1 This version adds a command to dc to query whether extended registers are enabled or not. --- scripts/exec-install.sh | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'scripts/exec-install.sh') diff --git a/scripts/exec-install.sh b/scripts/exec-install.sh index 3b9375af3834..8180b29c9997 100755 --- a/scripts/exec-install.sh +++ b/scripts/exec-install.sh @@ -60,6 +60,12 @@ fi # If it's a symlink, create an equivalent in the install directory. for exe in $bindir/*; do + # Skip any directories in case the bin/ directory is also used as the + # prefix. + if [ -d "$exe" ]; then + continue + fi + base=$(basename "$exe") if [ -L "$exe" ]; then -- cgit v1.3