diff options
author | Vincent Untz <vuntz@gnome.org> | 2008-03-17 17:19:32 +0000 |
---|---|---|
committer | Vincent Untz <vuntz@src.gnome.org> | 2008-03-17 17:19:32 +0000 |
commit | 656a5dd1ee0302eeda49f3384b5b0420e7b7d551 (patch) | |
tree | 9b6f0d31bf48d13bd6d56607a455402f2677d693 /data | |
parent | 06020377532f0120e2b82cee53f6995a0db9b1a7 (diff) |
end the outputted line with \n
2008-03-17 Vincent Untz <vuntz@gnome.org>
* data/desktop.sh: end the outputted line with \n
svn path=/trunk/; revision=5311
Diffstat (limited to 'data')
-rwxr-xr-x | data/desktop.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/desktop.sh b/data/desktop.sh index 741b845a..4c476641 100755 --- a/data/desktop.sh +++ b/data/desktop.sh @@ -10,3 +10,4 @@ for i in $MIMETYPES ; do echo_mime; done +echo "" |