Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Synchronet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Main
Synchronet
Commits
11a8733a
Commit
11a8733a
authored
4 years ago
by
Michael Long
Browse files
Options
Downloads
Patches
Plain Diff
use unzip on windows
parent
00e33392
No related branches found
No related tags found
2 merge requests
!463
MRC mods by Codefenix (2024-10-20)
,
!19
add tqwnet to init tickit
Pipeline
#450
canceled
4 years ago
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
exec/init-fidonet.js
+1
-5
1 addition, 5 deletions
exec/init-fidonet.js
with
1 addition
and
5 deletions
exec/init-fidonet.js
+
1
−
5
View file @
11a8733a
...
@@ -705,11 +705,7 @@ if(network.echolist
...
@@ -705,11 +705,7 @@ if(network.echolist
file
.
close
();
file
.
close
();
// try to extract on linux,
// try to extract on linux,
if
(
system
.
platform
==
'
Linux
'
)
{
if
(
system
.
exec
(
"
%@unzip -CLo
"
+
file_getname
(
network
.
pack
)
+
"
"
+
echolist_fname
)
!==
0
)
{
if
(
system
.
exec
(
"
unzip -CLo
"
+
file_getname
(
network
.
pack
)
+
"
"
+
echolist_fname
)
!==
0
)
{
print
(
"
Please extract
"
+
network
.
echolist
+
"
from
"
+
file
.
name
+
"
into
"
+
system
.
ctrl_dir
);
}
}
else
if
(
system
.
platform
==
'
Win32
'
)
{
print
(
"
Please extract
"
+
network
.
echolist
+
"
from
"
+
file
.
name
+
"
into
"
+
system
.
ctrl_dir
);
print
(
"
Please extract
"
+
network
.
echolist
+
"
from
"
+
file
.
name
+
"
into
"
+
system
.
ctrl_dir
);
}
}
...
...
This diff is collapsed.
Click to expand it.
Kayz
@phar
mentioned in commit
e25dfe65
·
4 years ago
mentioned in commit
e25dfe65
mentioned in commit e25dfe65e626e721990c7c724a4d53cb90f2eeb7
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment