1
0
Fork 1

Makefile: disown not working as intended #42

Open
opened 1 year ago by SomeGuy · 0 comments
SomeGuy commented 1 year ago
Owner

System: Kubuntu 22.04.2 LTS

$ make open
xdg-open "http://localhost:8081" >/dev/null 2>/dev/null & disown
/bin/sh: 1: disown: not found
make: *** [Makefile:50: open] Error 127

disown is present:

$ command -V disown
disown is a shell builtin

It probably needs SHELL := /bin/bash somewhere.

System: Kubuntu 22.04.2 LTS ``` $ make open xdg-open "http://localhost:8081" >/dev/null 2>/dev/null & disown /bin/sh: 1: disown: not found make: *** [Makefile:50: open] Error 127 ``` `disown` is present: ``` $ command -V disown disown is a shell builtin ``` It probably needs `SHELL := /bin/bash` somewhere.
This repo is archived. You cannot comment on issues.
No Label
No Milestone
No Assignees
1 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: SomeGuy/sessioncommunities.online#42
Loading…
There is no content yet.