mtools

Ralf unknown.crewman at rocketship.com
Sun Jun 14 18:07:18 UTC 2015


On Mon, 15 Jun 2015 03:30:23 +1000 Zenaan Harknesswrote:

> The above paragraph is the explanation of why you're seeing what
> you're seeing. "tgz" command has been written a bit posterior-brained.
> It does not use normal options. So when you give it "--help" option,
> "tgz" thinks that is the name of the tar+gzip file you are trying to
> create.

Sure and since it's a script we can see that "dest=$1".

> It looks like you ran the program a few times with different options

No, IIRC I just run  tgz --help  and  man tgz  , maybe I run  tgz  too,
but an empty $1 would have caused an exit.

case $dest in
"" | . | .. | */ | */. | */.. )
	echo "Usage: $0: [destination [source...] ]" >&2
	exit 1

Anyway, it's not important, nothing was damaged and I purged the package.



More information about the D-community-offtopic mailing list