diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2022-09-13 13:22:35 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2022-11-08 15:10:59 +0000 |
commit | 113391fde3b38bf6b74fe572234137cb6deea520 (patch) | |
tree | 51c57d2978d619bff9beb40d998cfb15c2226845 | |
parent | 01924fe527c2c8d2e2a4a6700f9c65aea07bb4ef (diff) | |
download | alpine-conf-113391fde3b38bf6b74fe572234137cb6deea520.zip |
setup-xorg-base: don't use the : character in a file name
-rw-r--r-- | setup-xorg-base.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setup-xorg-base.in b/setup-xorg-base.in index 1a7d7b3..23bac8c 100644 --- a/setup-xorg-base.in +++ b/setup-xorg-base.in @@ -27,7 +27,7 @@ shift $(($OPTIND - 1)) orig="$ROOT"/etc/apk/repositories if test -f "$orig"; then echo '>> Enabling community repositories' - tmp="$orig".tmp:setup-xorg-base + tmp="$orig".setup-xorg-base.tmp :> "$tmp" while read line ; do echo "$line" |