diff options
author | CoprDistGit <infra@openeuler.org> | 2024-08-05 01:47:14 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-08-05 01:47:14 +0000 |
commit | 9bdd5989f757e9bade5611a469f89d366ae2fa6b (patch) | |
tree | fdfc3b581aec7a5c6a8645b365e9ae9a23c37f61 /dist-4-fix-printf.patch | |
parent | 75f267d274e37578dc5d3e60f6f5c85566e4a12f (diff) |
automatic import of cscopeopeneuler24.03_LTS
Diffstat (limited to 'dist-4-fix-printf.patch')
-rw-r--r-- | dist-4-fix-printf.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/dist-4-fix-printf.patch b/dist-4-fix-printf.patch new file mode 100644 index 0000000..e596284 --- /dev/null +++ b/dist-4-fix-printf.patch @@ -0,0 +1,16 @@ +diff --git a/contrib/ocs b/contrib/ocs +index e924f4f..bd556b4 100755 +--- a/contrib/ocs ++++ b/contrib/ocs +@@ -210,7 +210,7 @@ exp_inc() + then + for i in `cat ${theInc}` + do +- printf "-I $i " ++ printf -- "-I $i " + done + fi + } +-- +2.26.2 + |