Add -k flag to file(1) command. Set new --version and date(1).

This commit is contained in:
Slawomir Wojciech Wojtczak (vermaden) 2014-08-06 23:45:13 +02:00
parent 641769d5b3
commit 96316e1320
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ EOF
if [ "${1}" = "--version" ]
then
echo "automount 1.5 2014/08/01"
echo "automount 1.5.1 2014/08/06"
exit 0
fi