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:
parent
44483e4fb6
commit
b0c70a1480
@ -1,4 +1,4 @@
|
||||
#! /bin/sh
|
||||
#!/bin/bash
|
||||
|
||||
function mapCategory() {
|
||||
ret=""
|
||||
@ -140,4 +140,3 @@ function mapCategory() {
|
||||
*) ret="" ;;
|
||||
esac
|
||||
}
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#! /bin/sh
|
||||
#!/bin/bash
|
||||
|
||||
# macro: suse_update_desktop_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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user