diff options
author | CoprDistGit <infra@openeuler.org> | 2024-08-01 14:10:56 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-08-01 14:10:56 +0000 |
commit | 5a4035746707b0966ba7c24d332cbf64dadb06d1 (patch) | |
tree | fdfc3b581aec7a5c6a8645b365e9ae9a23c37f61 /dist-4-fix-printf.patch | |
parent | 016a82dddce53ddb49ed3d206f0c36238aa01e38 (diff) |
automatic import of cscopeopeneuler24.03_LTSopeneuler23.09
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 + |