Browse Source

Update _compress

fix -e on printf
pull/54/head
Gorgone 4 years ago
committed by GitHub
parent
commit
22881b7418
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      support/functions/_compress

2
support/functions/_compress

@ -80,7 +80,7 @@ tar_cam(){
fi
else
printf -e "$r_l\nerror\n no $1.tar.gz\n created$rs_\n"
printf "$r_l\nerror\n no $1.tar.gz\n created$rs_\n"
fi
}

Loading…
Cancel
Save