TheChymera / mkstage4

Bash Utility for Creating Stage 4 Tarballs
GNU General Public License v3.0
104 stars 22 forks source link

Check user excludes sanity #22

Open drwulsen opened 5 years ago

drwulsen commented 5 years ago

The user excludes list generated by adding -e /foo/ to the parameters can have typos made by the user. This commit will display a warning on what was not found (even in quiet mode) and ask the user to confirm this is intended.

TheChymera commented 4 years ago

@drwulsen Could you please rebase this into one commit?