aboutsummaryrefslogtreecommitdiff
This patch removes the hard coded temporary directory (which might not exist on the system)
and replaces it using the Perl preferred method.
--- aegis-4.24/script/aebisect.in	2008-03-14 07:19:27.000000000 +0100
+++ aegis-4.24/script/aebisect.in	2014-01-26 11:03:31.000000000 +0100
@@ -34,7 +34,8 @@
 # @configure_input@
 #
 # Configure additions?
-my $TmpDir   = "/var/tmp";
+use File::Temp qw/ tempdir /;
+my $TmpDir   = tempdir();
 my $ProgramName = "aebisect";
 
 require 5.004;
819'>test/haketilo_test/data
diff options
context:
space:
mode:
authorWojtek Kosior <koszko@koszko.org>2022-03-04 16:37:13 +0100
committerWojtek Kosior <koszko@koszko.org>2022-03-04 16:37:13 +0100
commit7fdb3e8474488de2b18da7e9b63719bb05961819 (patch)
tree8286a6a483b49c29f239564647dcb4e47aa3443a /test/haketilo_test/data
parent587c1a88475c162b820d94c37e2cd18eb4422276 (diff)
downloadbrowser-extension-7fdb3e8474488de2b18da7e9b63719bb05961819.tar.gz
browser-extension-7fdb3e8474488de2b18da7e9b63719bb05961819.zip
fix comment typo
Diffstat (limited to 'test/haketilo_test/data')
0 files changed, 0 insertions, 0 deletions