diff options
Diffstat (limited to 'dfly-update')
-rwxr-xr-x | dfly-update | 2 |
1 files changed, 1 insertions, 1 deletions
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}" |