mirror of
https://gitlab.com/Nanolx/patchimage.git
synced 2024-10-31 23:05:06 +01:00
use CURDIR for Tokyo Mirage Sessions FE so that it does not get deleted in batch mode
This commit is contained in:
parent
3a10c2ea2c
commit
9cad927973
@ -114,7 +114,8 @@ menu () {
|
||||
|
||||
patch () {
|
||||
|
||||
BUILD_DIR="${PWD}"/TMSxFE-Restoration-Build
|
||||
cd "${CURDIR}"
|
||||
BUILD_DIR="${CURDIR}"/TMSxFE-Restoration-Build
|
||||
|
||||
if [[ -d ${BUILD_DIR} ]]; then
|
||||
echo -e "\nremoving old files"
|
||||
|
Loading…
Reference in New Issue
Block a user