[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MiNT] missing xversion.h



Am 16.05.2010, 16:08 Uhr, schrieb David Gálvez <dgalvez75@gmail.com>:

2010/5/16 Helmut Karlowski <helmut.karlowski@ish.de>:




Sorry i don't understand this part, where should i enter this?



Type this on the commandline (replace <existing-file> with a file that exists and <not-existing-file> with one that does not exist):

if [ <existing-file> -nt <not-existing-file> ]
then
echo ASDASD
fi

--
Helmut Karlowski