Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Martin Mareš
aim
Commits
2cb6593c
Commit
2cb6593c
authored
May 18, 2015
by
Martin Mareš
Browse files
Access: Do not die for no good reason
parent
e697468d
Changes
1
Hide whitespace changes
Inline
Side-by-side
access/graph.pl
View file @
2cb6593c
...
@@ -42,7 +42,7 @@ if (@ARGV && $ARGV[0] eq "--graph") {
...
@@ -42,7 +42,7 @@ if (@ARGV && $ARGV[0] eq "--graph") {
my
$dir
=
$ARGV
[
0
]
//
'
out
';
my
$dir
=
$ARGV
[
0
]
//
'
out
';
-
d
$dir
or
mkdir
$dir
or
die
"
Cannot create
$dir
";
-
d
$dir
or
mkdir
$dir
or
die
"
Cannot create
$dir
";
chdir
$dir
or
die
;
chdir
$dir
or
die
;
for
my
$f
("
access.c
",
"
Makefile
"
,
"
parse_op
"
)
{
for
my
$f
("
access.c
",
"
Makefile
")
{
-
f
$f
or
symlink
"
../
$f
",
$f
or
die
;
-
f
$f
or
symlink
"
../
$f
",
$f
or
die
;
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment