File: unset_grep_options.patch

package info (click to toggle)
git-extras 6.1.0-1
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 1,720 kB
  • sloc: sh: 3,480; makefile: 126
file content (12 lines) | stat: -rw-r--r-- 351 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
Description: unset GREP_OPTIONS to prevent deprecation warnings
Author: Ben Finney <ben+debian@benfinney.id.au>
Last-Update: 2016-01-23

---

--- git-extras-4.0.0.orig/helper/reset-env
+++ git-extras-4.0.0/helper/reset-env
@@ -1,2 +1,2 @@
 # reset environment variables that could interfere with normal usage
-export GREP_OPTIONS=
+unset GREP_OPTIONS