mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-02 01:18:08 +01:00
11 lines
230 B
Bash
11 lines
230 B
Bash
# SPDX-FileCopyrightText: 2021 fosslinux <fosslinux@aussies.space>
|
|
#
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
eunicefix=':'
|
|
grep='grep'
|
|
privlib='/after/lib/perl5/@PERLVER@'
|
|
VERSION='3'
|
|
ENV='env'
|
|
PATCHLEVEL='5'
|
|
spitshell='cat'
|