Skip to content

Commit

Permalink
suffix
Browse files Browse the repository at this point in the history
Signed-off-by: Cary Phillips <[email protected]>
  • Loading branch information
cary-ilm committed Oct 27, 2024
1 parent aecf4e1 commit 1decb15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions share/ci/scripts/linux/install_help2man.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if [[ $OSTYPE == *msys* ]]; then
export PROGRAM_SUFFIX=.exe
else
SUDO="sudo"
HELP2MAN_BIN=""
export PROGRAM_SUFFIX=""
fi

# Download help2man source code
Expand Down Expand Up @@ -39,7 +39,7 @@ $SUDO make install
ls -l /usr/local/bin

# Verify the installation
./$HELP2MAN_BIN --version
./help2man$PROGRAM_SUFFIX --version

echo "help2man installed successfully!"

Expand Down

0 comments on commit 1decb15

Please sign in to comment.