mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
[PR #371] [MERGED] Fix shebang line in install script #351
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/ultimatepp#351
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/ultimatepp/ultimatepp/pull/371
Author: @klugier
Created: 2/21/2026
Status: ✅ Merged
Merged: 2/23/2026
Merged by: @mirek-fidler
Base:
master← Head:klugier/ubuntu-25-04-install-fix📝 Commits (1)
e879985Fix shebang line in install script📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
uppbox/MakePosixInstall/scripts.cpp(+1 -1)📄 Description
The install script doesn't work on Ubuntu 25.04. It generates following error:
The reason of that error is that we incorrect sheban in our script that can not force the script execution under bash:
It should be:
If we won't release soon this should be in hotfix release for 2025.1.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.