mirror of
https://github.com/RetroDECK/AppImages.git
synced 2025-04-11 02:55:09 +00:00
Remove unused variable declaration for CURRENT_DIR in appimage_maker.sh
This commit is contained in:
parent
e3ac8dcead
commit
088b3ef255
|
|
@ -23,7 +23,6 @@ BUILD_DIR="build"
|
|||
APPDIR="${APP_NAME}.AppDir"
|
||||
|
||||
# Save current directory
|
||||
CURRENT_DIR
|
||||
CURRENT_DIR="$(pwd)"
|
||||
|
||||
echo "--- AppImage Maker initiated ---"
|
||||
|
|
|
|||
Loading…
Reference in a new issue