X-Git-Url: https://git.saurik.com/cydia.git/blobdiff_plain/bd150f541dd0f3000aed7fbd16967980fb8e5123..7d2ac47f3369cf198f78970363f0f31bd3cd44ee:/Library/move.sh diff --git a/Library/move.sh b/Library/move.sh index 635c1539..abfe2edf 100755 --- a/Library/move.sh +++ b/Library/move.sh @@ -42,7 +42,7 @@ function mv_() { } function shift_() { - dir=$1 + dir=${1%/} if [[ -d ${dir} && ! -h ${dir} ]]; then used=$(du -bs "${dir}")