Accepting request 261854 from home:Ledest:bashisms

fix shebang in suse_update_desktop_file.sh and map-desktop-category.sh scripts that contains bash-specific constructions

OBS-URL: https://build.opensuse.org/request/show/261854
OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/update-desktop-files?expand=0&rev=52
This commit is contained in:
Stephan Kulow 2014-11-17 10:18:37 +00:00 committed by Git OBS Bridge
parent 44483e4fb6
commit b0c70a1480
3 changed files with 9 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#! /bin/sh
#!/bin/bash
function mapCategory() {
ret=""
@ -140,4 +140,3 @@ function mapCategory() {
*) ret="" ;;
esac
}

View File

@ -1,4 +1,4 @@
#! /bin/sh
#!/bin/bash
# macro: suse_update_desktop_file
#

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sat Nov 15 21:09:00 UTC 2014 - Led <ledest@gmail.com>
- fix shebang in suse_update_desktop_file.sh and
map-desktop-category.sh scripts that contains bash-specific
constructions
-------------------------------------------------------------------
Tue Sep 23 08:29:33 UTC 2014 - coolo@suse.com