mirror of
https://gitlab.com/Nanolx/patchimage.git
synced 2024-11-01 07:15:06 +01:00
really now.
This commit is contained in:
parent
ff37f02a29
commit
fa30d9c4e3
@ -39,7 +39,7 @@ check_input_rom () {
|
|||||||
if [[ -f ${CXI} ]]; then
|
if [[ -f ${CXI} ]]; then
|
||||||
CXI=${CXI}
|
CXI=${CXI}
|
||||||
RFS=${ROMFS}
|
RFS=${ROMFS}
|
||||||
DAT=${PATCHIMAGE_DIR}/${DATA}
|
DAT=${DATA}
|
||||||
else
|
else
|
||||||
echo -e "error: could not find suitable ROM, specify using --rom"
|
echo -e "error: could not find suitable ROM, specify using --rom"
|
||||||
exit 15
|
exit 15
|
||||||
|
@ -39,7 +39,7 @@ check_input_rom () {
|
|||||||
if [[ -f ${CXI} ]]; then
|
if [[ -f ${CXI} ]]; then
|
||||||
CXI=${CXI}
|
CXI=${CXI}
|
||||||
RFS=${ROMFS}
|
RFS=${ROMFS}
|
||||||
DAT=${PATCHIMAGE_DIR}/${DATA}
|
DAT=${DATA}
|
||||||
else
|
else
|
||||||
echo -e "error: could not find suitable ROM, specify using --rom"
|
echo -e "error: could not find suitable ROM, specify using --rom"
|
||||||
exit 15
|
exit 15
|
||||||
|
Loading…
Reference in New Issue
Block a user