You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(1) Issue/Bug Description:
Bash scripts in repository have DOS style line endings which causes bash interpreters to fail to run scripts.
(2) Steps to reproduce (if you know):
Clone repository
run make local-install
: /bin/sh: 1: ./scripts/transpile.sh: not found indicating that sh couldn't be found, but really it's attempting to run /bin/sh^M (where ^M indicates the ASCII carriage return character)
(3) Expected behavior:
Scripts located in the ./scripts/ directory should execute in all linux shells (including bash)
(1) Issue/Bug Description:
Bash scripts in repository have DOS style line endings which causes bash interpreters to fail to run scripts.
(2) Steps to reproduce (if you know):
make local-install
/bin/sh: 1: ./scripts/transpile.sh: not found
indicating thatsh
couldn't be found, but really it's attempting to run/bin/sh^M
(where^M
indicates the ASCII carriage return character)(3) Expected behavior:
Scripts located in the
./scripts/
directory should execute in all linux shells (including bash)(4) Distribution (run
cat /etc/os-release
):(5) Gnome Shell version:
GNU bash, version 5.1.16(1)-release (x86_64-pc-linux-gnu)
(6) Pop Shell version (run
apt policy pop-shell
or provide the latest commit if building locally):commit
8e176f14029a2c3bb54c52e1e7a5c697b9eb2171
(7) Where was Pop Shell installed from:
github
(8) Monitor Setup (2 x 1080p, 4K, Primary(Horizontal), Secondary(Vertical), etc):
2x 4k, horizontal 60 fps
(9) Other Installed/Enabled Extensions:
None
(10) Other Notes:
Love the project <3
The text was updated successfully, but these errors were encountered: