summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaka Kranjc2007-03-04 18:58:24 +0100
committerJaka Kranjc2007-03-04 19:30:54 +0100
commit0e6a9025d3debc6563c44bd1e401dd2aa81d306d (patch)
treeb118c3520103e7a0d15f841fb819582ba93de9b1
parent2fce0a7610a5f176a5725edbe1e056a9cf77dc81 (diff)
gzip: fix my #13585
(cherry picked from commit 0c9bf22f224feffd562d418e5f3e37879b5dd93c)
-rw-r--r--archive/gzip/HISTORY5
-rwxr-xr-xarchive/gzip/REPAIR^5a04e3821a948c0fa5ca50d054caa253^UP_TRIGGERS3
-rwxr-xr-xarchive/gzip/REPAIR^none^UP_TRIGGERS3
-rwxr-xr-xarchive/gzip/UP_TRIGGERS2
4 files changed, 9 insertions, 4 deletions
diff --git a/archive/gzip/HISTORY b/archive/gzip/HISTORY
index add1f61f6b..313a46e65f 100644
--- a/archive/gzip/HISTORY
+++ b/archive/gzip/HISTORY
@@ -1,3 +1,8 @@
+2007-03-04 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
+ * REPAIR^5a04e3821a948c0fa5ca50d054caa253^UP_TRIGGERS: added
+ * REPAIR^none^UP_TRIGGERS: removed
+ * UP_TRIGGERS: fix #13585
+
2007-02-17 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
* UP_TRIGGERS, REPAIR^none^UP_TRIGGERS: added for previous bug, broke man
diff --git a/archive/gzip/REPAIR^5a04e3821a948c0fa5ca50d054caa253^UP_TRIGGERS b/archive/gzip/REPAIR^5a04e3821a948c0fa5ca50d054caa253^UP_TRIGGERS
new file mode 100755
index 0000000000..e6c16339d5
--- /dev/null
+++ b/archive/gzip/REPAIR^5a04e3821a948c0fa5ca50d054caa253^UP_TRIGGERS
@@ -0,0 +1,3 @@
+if [[ $VERSION == 1.3.9 ]] && spell_ok man; then
+ up_trigger man cast_self
+fi
diff --git a/archive/gzip/REPAIR^none^UP_TRIGGERS b/archive/gzip/REPAIR^none^UP_TRIGGERS
deleted file mode 100755
index 1689383b7d..0000000000
--- a/archive/gzip/REPAIR^none^UP_TRIGGERS
+++ /dev/null
@@ -1,3 +0,0 @@
-if [[ $VERSION == 1.3.9 ]]; then
- up_trigger man cast_self
-fi
diff --git a/archive/gzip/UP_TRIGGERS b/archive/gzip/UP_TRIGGERS
index 1689383b7d..e6c16339d5 100755
--- a/archive/gzip/UP_TRIGGERS
+++ b/archive/gzip/UP_TRIGGERS
@@ -1,3 +1,3 @@
-if [[ $VERSION == 1.3.9 ]]; then
+if [[ $VERSION == 1.3.9 ]] && spell_ok man; then
up_trigger man cast_self
fi