Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.package
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kasra Jamshidi
slapos.package
Commits
b14cba06
Commit
b14cba06
authored
Jul 29, 2013
by
Jondy Zhao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
setup-cygwin.bat fix:
no parameters won't work
parent
6bd1e080
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
windows/scripts/setup-cygwin.bat
windows/scripts/setup-cygwin.bat
+2
-2
No files found.
windows/scripts/setup-cygwin.bat
View file @
b14cba06
...
...
@@ -4,7 +4,7 @@ SETLOCAL
SET
CYGWINHOME
=
%
~
1
\
SET
CYGWINROOT
=
"
%
~1\cygwin"
IF
NOT
"
%
CYGWINHOME%
"
==
""
GOTO
INIT
IF
NOT
"
%
1
"
==
""
GOTO
INIT
SET
CYGWINHOME
=
%~dp0
SET
CYGWINROOT
=
"
%~dp0
cygwin"
...
...
@@ -14,7 +14,7 @@ SET DOWNLOADPATH="%CYGWINHOME%cygwin-packages"
SET
SETUPFILE
=
"
%CYGWINHOME%
setup.exe"
SET
OPTIONS
=-
-no-shortcuts
-
-no-startmenu
-
-quiet-mode
-
-no-verify
IF
NOT
EXIST
%SETUPFILE%
GOTO
START
IF
EXIST
%SETUPFILE%
GOTO
START
ECHO
Missing
%SETUPFILE%
ENDLOCAL
EXIT
1
...
...
Write
Preview
Markdown
is supported
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