Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
44b15b18
Commit
44b15b18
authored
Dec 14, 2001
by
Simon Walton
Committed by
Alexandre Julliard
Dec 14, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed a bashism.
parent
37083176
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
wineshelllink
tools/wineshelllink
+9
-9
No files found.
tools/wineshelllink
View file @
44b15b18
...
...
@@ -40,15 +40,15 @@ fi
while
[
$#
-gt
0
]
do
case
"
$1
"
in
(
--desktop
)
mode
=
"desktop"
;
shift
1
;;
(
--menu
)
mode
=
"menu"
;
shift
1
;;
(
--path
)
path
=
"
$2
"
;
shift
2
;;
(
--link
)
link
=
"
$2
"
;
shift
2
;;
(
--args
)
args
=
"
$2
"
;
shift
2
;;
(
--icon
)
icon
=
"
$2
"
;
shift
2
;;
(
--descr
)
descr
=
"
$2
"
;
shift
2
;;
(
--workdir
)
workdir
=
"
$2
"
;
shift
2
;;
(
*
)
usage
;;
--desktop
)
mode
=
"desktop"
;
shift
1
;;
--menu
)
mode
=
"menu"
;
shift
1
;;
--path
)
path
=
"
$2
"
;
shift
2
;;
--link
)
link
=
"
$2
"
;
shift
2
;;
--args
)
args
=
"
$2
"
;
shift
2
;;
--icon
)
icon
=
"
$2
"
;
shift
2
;;
--descr
)
descr
=
"
$2
"
;
shift
2
;;
--workdir
)
workdir
=
"
$2
"
;
shift
2
;;
*
)
usage
;;
esac
done
...
...
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