mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-11 10:41:30 +00:00
Meta: Use a bash shebang for text-to-cpp-string.sh
Previously we had /bin/sh, which might be bash but is run in POSIX mode on some systems, causing read -r to not work correctly and inserting newlines when encountering literal "\n" in the source. Fixes #5040.
This commit is contained in:
parent
5e95a777e0
commit
7ad31651bd
Notes:
sideshowbarker
2024-07-18 23:00:29 +09:00
Author: https://github.com/linusg
Commit: 7ad31651bd
Pull-request: https://github.com/SerenityOS/serenity/pull/5047
Issue: https://github.com/SerenityOS/serenity/issues/5040
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/usr/bin/env bash
|
||||||
# $1 name of the variable
|
# $1 name of the variable
|
||||||
# $2 input path
|
# $2 input path
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue