]> git.saurik.com Git - cydia.git/blobdiff - Library/move.sh
Minor change to logging.
[cydia.git] / Library / move.sh
index 635c1539f68d4c0f314ea6c5880fb08ac6063ff1..abfe2edf9b13d6e6e4408433b6f901ed84d079e2 100755 (executable)
@@ -42,7 +42,7 @@ function mv_() {
 }
 
 function shift_() {
-    dir=$1
+    dir=${1%/}
 
     if [[ -d ${dir} && ! -h ${dir} ]]; then
         used=$(du -bs "${dir}")