From c976d15c3d46ff955b514319d2a812be05fb03da Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Sat, 10 Mar 2018 23:53:12 +0800 Subject: Fix a variable name error --- dfly-update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dfly-update b/dfly-update index 5aac186..c551084 100755 --- a/dfly-update +++ b/dfly-update @@ -670,7 +670,7 @@ cmd_mount() { echo -n "Decompressing file: ${file} ... " bunzip2 "${file}" echo "DONE" - filepath="${file%.bz2}" + file="${file%.bz2}" ;; esac mount_image "${file}" "${MNT_DIR}" -- cgit v1.2.2