diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2008-07-25 11:10:44 +0000 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2010-09-30 07:08:12 +0000 |
commit | 6d9712c40c02cdae090ecfc58a8a669df03ef467 (patch) | |
tree | ddd66e27647327b9f6d2a718a5ec686d42159463 /Library/move.sh | |
parent | c4ce98df82d3ed1c8f40dbb7cd10664218c87599 (diff) |
The return of Reorganizing, a ton of graphical enhancements, and section filters.
Diffstat (limited to 'Library/move.sh')
-rwxr-xr-x | Library/move.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/move.sh b/Library/move.sh index 635c153..abfe2ed 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}") |