build...
This commit is contained in:
parent
464d02d447
commit
6746143b36
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ if [ "${RENAME}" == "false" ]; then
|
|||
OUTFILENAME="${FILEBASENAME}"
|
||||
else
|
||||
# not using elif as busybox can't handle it...
|
||||
if ["${RENAME}" == "true" ]; then
|
||||
if [ "${RENAME}" == "true" ]; then
|
||||
OUTFILENAME="gitea"
|
||||
else
|
||||
OUTFILENAME="${RENAME}"
|
||||
|
|
Loading…
Add table
Reference in a new issue