cosmetic: cleanup usage of bash abs.
This commit is contained in:
parent
82c6f554b3
commit
1da6e15cda
3 changed files with 3 additions and 3 deletions
|
|
@ -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>,
|
||||
|
|
|
|||
|
|
@ -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>,
|
||||
|
|
|
|||
|
|
@ -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>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue