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