X-Git-Url: https://git.saurik.com/cydia.git/blobdiff_plain/bd150f541dd0f3000aed7fbd16967980fb8e5123..03c0f7a9657ad201acfa37b0f94bc080014a4516:/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}")