diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-12-23 19:52:27 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-12-23 19:52:27 -0200 |
commit | 8399f30d6e579d4e56166f280b260052357cba73 (patch) | |
tree | 503d2249c63eb09845c5f461f17fee40797a3dbc | |
parent | 731f0ed18cb535b8dd30f86052bdf47f9da21342 (diff) | |
download | utils-cdrecord-8399f30d6e579d4e56166f280b260052357cba73.tar.gz utils-cdrecord-8399f30d6e579d4e56166f280b260052357cba73.tar.bz2 |
Coding style
-rwxr-xr-x | mass-ripper | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mass-ripper b/mass-ripper index b38a069..391efef 100755 --- a/mass-ripper +++ b/mass-ripper @@ -51,7 +51,7 @@ while true; do #mkdir -p $ITERATION || exit 1 echo "Copying data..." - cp -vr $MOUNT $ITERATION || exit 1 + cp -vr $MOUNT $ITERATION || exit 1 echo "Fixing permissions..." find $ITERATION/ -type d -exec chmod 755 {} \; |