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}"
|
OUTFILENAME="${FILEBASENAME}"
|
||||||
else
|
else
|
||||||
# not using elif as busybox can't handle it...
|
# not using elif as busybox can't handle it...
|
||||||
if ["${RENAME}" == "true" ]; then
|
if [ "${RENAME}" == "true" ]; then
|
||||||
OUTFILENAME="gitea"
|
OUTFILENAME="gitea"
|
||||||
else
|
else
|
||||||
OUTFILENAME="${RENAME}"
|
OUTFILENAME="${RENAME}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue