sandbox/update-version: vim modelines exist.

Added vim modeline to enable syntax and set
filetype :)
This commit is contained in:
Mika Suomalainen 2012-01-05 18:54:55 +02:00
parent f922c09929
commit ab379957e2

View File

@ -5,3 +5,4 @@ perl -pi -e "s/^version\s*=\s*['\"]([\S]+)[ '\"].*/version = '\1 ($( date -Isec
unset TZ # Return to the system timezone. unset TZ # Return to the system timezone.
exec $SHELL # Execute the current shell to return to user timezone if specified in config of shell. exec $SHELL # Execute the current shell to return to user timezone if specified in config of shell.
git add src/version.py git add src/version.py
# vim: set ft=sh: syntax: