summaryrefslogtreecommitdiff
path: root/dh_lib
diff options
context:
space:
mode:
authorjoey <joey>1999-08-17 04:48:33 +0000
committerjoey <joey>1999-08-17 04:48:33 +0000
commit2d14fd1e6df600cd92ce263c65d29dbeeba80ce6 (patch)
treee62aa393268bda06f666c810326bcb11d860abc4 /dh_lib
parentd207c591d44de3e36f9a3cd07c045f346de3208c (diff)
downloaddebhelper-2d14fd1e6df600cd92ce263c65d29dbeeba80ce6.tar.gz
r66: Initial Import
Diffstat (limited to 'dh_lib')
-rw-r--r--dh_lib2
1 files changed, 1 insertions, 1 deletions
diff --git a/dh_lib b/dh_lib
index 7c7c2e18..ae2d32f6 100644
--- a/dh_lib
+++ b/dh_lib
@@ -119,7 +119,7 @@ autoscript() {
fi
fi
- complex_doit "echo \"# Automatically added by `basename $0` on `822-date`\" >> $autoscript_debscript"
+ complex_doit "echo \"# Automatically added by `basename $0`\" >> $autoscript_debscript"
complex_doit "sed \"$autoscript_sed\" $autoscript_filename >> $autoscript_debscript"
complex_doit "echo '# End automatically added section' >> $autoscript_debscript"
}