-
When writing turly portable shell scripts, one would resort to use the POSIX compatible subset, `sh`. However, the `assert.sh` script uses some *bashisms*, so it will not work in POSIX-compatible mode…
-
```
$ shellcheck -s sh ./setup.sh | pbcopy
In ./setup.sh line 35:
if [[ "$OS_NAME" == windows ]]; then
^-------------------------^ SC3010 (warning): In POSIX sh, [[ ]] is undefined.
…
-
I've just noticed that stat structure in posix seems to be incorrect: https://github.com/scala-native/scala-native/blob/main/posixlib/src/main/scala/scala/scalanative/posix/sys/stat.scala#L45-L60
I…
-
https://github.com/maltzj/google-style-precommit-hook/blob/95c2f5632710e095220e22cc1a4e1a1451abf75f/format-code.sh#L11
$(command) is a bash or other new shell issue. On many systems sh is a posix …
-
Can the function of file lock feature?
we need flock in linux system.
if you can't provide a global lock API, similar functions can be provided
-
### Summary
Add a C API crate that wraps `wee_alloc` and provides posix `malloc` and `free`.
### Motivation
C and C++ projects targeting wasm could benefit from `wee_alloc` too, and more …
-
### Description
When building the lib with MinGW the following error shows up:
```
ERROR: There are invalid packages:
s2n/1.4.16: Invalid: Not supported (yet)
```
Related to #25401 ?
### Packag…
-
This bug was originally filed in Launchpad as [LP: #1853441](https://bugs.launchpad.net/cloud-init/+bug/1853441)
Launchpad details
affected_projects = []
assignee = None
assignee_name = None
date_cl…
-
Hello,
I noticed that the file `./sources/configure` is not POSIX compitable and uses arrays while it is marked to be run with the default shell of the system via a `#! /bin/sh`.
This causes compila…
-
## Problem
Scripts with bash command line interpreter can't be uploaded.
## What have you tried?
Tried to upload .sh file with #!/bin/bash as command line interpreter.
## Potential so…