mirror of
https://github.com/edu4rdshl/rusolver.git
synced 2026-07-17 23:24:55 +00:00
Add shebang.
Signed-off-by: Edu4rdSHL <edu4rdshl@protonmail.com>
This commit is contained in:
parent
380fec6952
commit
8189a69ffa
1 changed files with 2 additions and 1 deletions
|
|
@ -1,3 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
# Rusolver releaser
|
||||
NAME="rusolver"
|
||||
|
||||
|
|
@ -54,7 +55,7 @@ else
|
|||
fi
|
||||
|
||||
echo "Creating manpage..."
|
||||
if command -v help2man > /dev/null; then
|
||||
if command -v help2man >/dev/null; then
|
||||
if help2man -o "$MANPAGE_DIR" "target/$LINUX_TARGET/release/$NAME"; then
|
||||
echo "Manpage created sucessfully and saved in $MANPAGE_DIR"
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue