summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJannick <thirdedition@gmx.net>2017-07-18 02:03:30 +0200
committerJannick <thirdedition@gmx.net>2017-07-18 02:03:45 +0200
commit3f2b9a4d630b702f6dd8592014f89d40a6a4bcc1 (patch)
treed875549e0a5c1b4ed4081cf171ec90f89f836986 /src
parent7af066b952fc81eb1a29079c7206e50ffed80c40 (diff)
mkskel.sh: fix EOL issue for CRLF systems
Diffstat (limited to 'src')
-rwxr-xr-xsrc/mkskel.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mkskel.sh b/src/mkskel.sh
index 1aa59e1..2d6ae9f 100755
--- a/src/mkskel.sh
+++ b/src/mkskel.sh
@@ -48,7 +48,7 @@ sed '/^%#/d
s/m4_/m4preproc_/g
s/a4_/4_/g
s/[\\"]/\\&/g
-s/.*/ "&",/'
+s/[^\r]*/ "&",/'
echo ' 0
};'