-
Notifications
You must be signed in to change notification settings - Fork 118
Scripts are not portable #497
Copy link
Copy link
Closed
Description
- Usage of
#!/bin/bashinstead of#!/usr/bin/env bash
1.1. why are the script usingbashin first place, instead of pure/bin/sh? it is bit more work but keeps the script portable. lsb_releaseis not portable to all Linux based systems, e.g. Alpine Linux.- Usage of
sudo, if I am the root and there is no other user (e.g. typical docker environment), then the fails:./configure: line 1729: sudo: not found
Haven't reached too far when trying to build against musl-libc based Alpine Linux.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels