cosmetic: cleanup usage of bash abs.

This commit is contained in:
Alexandre Pujol 2025-08-10 19:04:26 +02:00
parent 82c6f554b3
commit 1da6e15cda
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
3 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@
# Copyright (C) 2024 Alexandre Pujol <alexandre@pujol.io>
# SPDX-License-Identifier: GPL-2.0-only
# This abstraction is only required when an interactive shell is started.
# This abstraction is only required when .bashrc is loaded (e.g. interactive shell).
# Classic shell scripts do not need it.
abi <abi/4.0>,

View file

@ -2,7 +2,7 @@
# Copyright (C) 2024 Alexandre Pujol <alexandre@pujol.io>
# SPDX-License-Identifier: GPL-2.0-only
# This abstraction is only required when an interactive shell is started.
# This abstraction is only required when zshrc is loaded (e.g. interactive shell).
# Classic shell scripts do not need it.
abi <abi/4.0>,

View file

@ -3,7 +3,7 @@
# Copyright (C) 2021-2024 Alexandre Pujol <alexandre@pujol.io>
# SPDX-License-Identifier: GPL-2.0-only
# This abstraction is only required when an interactive shell is started.
# This abstraction is only required when zshrc is loaded (e.g. interactive shell).
# Classic shell scripts do not need it.
abi <abi/4.0>,