guenchi / Raven

Raven is a Package Manager for Chez Scheme
http://ravensc.com
MIT License
120 stars 13 forks source link

Fix tar flag order for pack command #37

Closed paullucas closed 6 years ago

paullucas commented 6 years ago
$ raven pack
tar: The following options were used after any non-optional arguments in archive create or update mode.  These options are positional and affect only arguments that follow them.  Please, rearrange them properly.
tar: --exclude ‘lib’ has no effect
tar: --exclude ‘*.tar.gz’ has no effect
tar: --exclude ‘.*’ has no effect
tar: Exiting with failure status due to previous errors
guenchi commented 6 years ago

@paullucas the problem still exists