From d69f3db8093ace616f54576644f88ea70016bbc8 Mon Sep 17 00:00:00 2001 From: fossdd Date: Sat, 21 Sep 2024 16:06:10 +0200 Subject: [PATCH] Replace shebang from #!/usr/bin/sh to #!/bin/sh With distributions that don't have the usr-bin-merge, sh still is under /bin and not /usr/bin. --- config.guess | 2 +- config.sub | 2 +- engine/emoji-picker.in | 2 +- engine/ibus-engine-typing-booster.in | 2 +- setup/ibus-setup-typing-booster.in | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/config.guess b/config.guess index e7a6fe3e..315a1395 100755 --- a/config.guess +++ b/config.guess @@ -1,4 +1,4 @@ -#!/usr/bin/sh +#!/bin/sh # Attempt to guess a canonical system name. # Copyright 1992-2023 Free Software Foundation, Inc. diff --git a/config.sub b/config.sub index a6d99a0f..c4099425 100755 --- a/config.sub +++ b/config.sub @@ -1,4 +1,4 @@ -#!/usr/bin/sh +#!/bin/sh # Configuration validation subroutine script. # Copyright 1992-2023 Free Software Foundation, Inc. diff --git a/engine/emoji-picker.in b/engine/emoji-picker.in index bd8b2df8..bf9fe914 100755 --- a/engine/emoji-picker.in +++ b/engine/emoji-picker.in @@ -1,4 +1,4 @@ -#!/usr/bin/sh +#!/bin/sh # vim:set et sts=4 sw=4 # # emoji-picker - An emoji selection tool diff --git a/engine/ibus-engine-typing-booster.in b/engine/ibus-engine-typing-booster.in index 80e9f166..0ca19dee 100755 --- a/engine/ibus-engine-typing-booster.in +++ b/engine/ibus-engine-typing-booster.in @@ -1,4 +1,4 @@ -#!/usr/bin/sh +#!/bin/sh # vim:set et sts=4 sw=4 # # ibus-typing-booster - A completion input method for IBus diff --git a/setup/ibus-setup-typing-booster.in b/setup/ibus-setup-typing-booster.in index 0a9bcdfe..7e49ffa8 100644 --- a/setup/ibus-setup-typing-booster.in +++ b/setup/ibus-setup-typing-booster.in @@ -1,4 +1,4 @@ -#!/usr/bin/sh +#!/bin/sh # vim:set noet ts=4: # #