Fix Linux-specific line in the update-readme.sh script

Now, this script could be launched from BSD OSes.
This commit is contained in:
eugeneandrienko 2025-07-27 18:15:58 +03:00
parent 1e3fa7abae
commit 0dad58a8c4
No known key found for this signature in database
GPG key ID: 713D984F56881209

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
sed '/# --/q' README.org > tmpReadme