From b0c70a14804d043b02c1331aa8ead4a4e52b961b596205db3d9f297cdc4d3914 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Mon, 17 Nov 2014 10:18:37 +0000 Subject: [PATCH] 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 --- map-desktop-category.sh | 3 +-- suse_update_desktop_file.sh | 2 +- update-desktop-files.changes | 7 +++++++ 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/map-desktop-category.sh b/map-desktop-category.sh index c83442a..36e01c2 100644 --- a/map-desktop-category.sh +++ b/map-desktop-category.sh @@ -1,4 +1,4 @@ -#! /bin/sh +#!/bin/bash function mapCategory() { ret="" @@ -140,4 +140,3 @@ function mapCategory() { *) ret="" ;; esac } - diff --git a/suse_update_desktop_file.sh b/suse_update_desktop_file.sh index 7c53bce..1544119 100644 --- a/suse_update_desktop_file.sh +++ b/suse_update_desktop_file.sh @@ -1,4 +1,4 @@ -#! /bin/sh +#!/bin/bash # macro: suse_update_desktop_file # diff --git a/update-desktop-files.changes b/update-desktop-files.changes index 1bdad74..5e51443 100644 --- a/update-desktop-files.changes +++ b/update-desktop-files.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Nov 15 21:09:00 UTC 2014 - Led + +- 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