libnfs icon indicating copy to clipboard operation
libnfs copied to clipboard

makerpms.sh executed by Bourne shell instead of bash

Open philipp2100 opened this issue 6 years ago • 0 comments

You're using #!/bin/sh here, though you use bash extensions like pushd. This should be #!/bin/bash.

https://github.com/sahlberg/libnfs/blob/030814506e529ef1f1572c7b6e3fc2e4c10cb544/packaging/RPM/makerpms.sh#L1

philipp2100 avatar Feb 22 '19 08:02 philipp2100