mvparent: reindent with 4 spaces

This commit is contained in:
Matteo Cypriani 2018-04-11 20:59:48 +02:00
parent b08187c113
commit bd52bca0e2
1 changed files with 25 additions and 23 deletions

View File

@ -25,7 +25,7 @@ while [ "$1" != "" ] ; do
fi
TARGET=$(basename "$REP")
REP=$(dirname "$REP")
REP=$dirname "$REP")
if [ "$TARGET" = "." -o "$TARGET" = ".." ] ; then
echo "Target cannot end by « . » or « .. »!" >&2
@ -46,3 +46,5 @@ while [ "$1" != "" ] ; do
rmdir "$TARGET"
done
# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4