aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDon Williams <don.e.williams@gmail.com>2026-08-24 18:40:58 -0400
committerPinapelz <yukais@pinapelz.com>2026-08-29 21:41:34 -0700
commite7713544052a9097fd14b06cb9658fadce4fcdac (patch)
tree1cf98265f3a84a782c545740d3b8a9e88e03da9d
parent8b8ef0f4a5d6c31bcd55933b0be55b5f93b3c0fc (diff)
Extra READ in script
Signed-off-by: Don Williams <don.e.williams@gmail.com> On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: CHANGELOG.md modified: config/hypr/scripts/build-awww.sh
-rw-r--r--CHANGELOG.md1
-rwxr-xr-xconfig/hypr/scripts/build-awww.sh1
2 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 28dbf492..2762084b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -35,6 +35,7 @@
## Fixed:
+- Extra `read` in `build-awww.sh`
- `Toggle-Active-Windown-Audio.sh`
- Updated to work in LUA workflow
- `Tak0-Per-Window-Switch.sh` for LUA workflow
diff --git a/config/hypr/scripts/build-awww.sh b/config/hypr/scripts/build-awww.sh
index c59c34c0..0a2bb082 100755
--- a/config/hypr/scripts/build-awww.sh
+++ b/config/hypr/scripts/build-awww.sh
@@ -79,7 +79,6 @@ prompt_confirm_distro() {
echo " 6) gentoo"
printf "Select your distro (1-6) or Q/q to quit: " >/dev/tty
read -r choice </dev/tty
- read -r choice
case "$choice" in
1) echo "debian" ;;
2) echo "ubuntu" ;;
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage