Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Winapps
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IMGW
Winapps
Commits
f4f4d309
Unverified
Commit
f4f4d309
authored
5 months ago
by
Oskar Manhart
Committed by
GitHub
5 months ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #374 from stceum/setup_fixup
Fixup the bug that when the winapps-src is cloned but $INQUIRER is …
parents
c554632f
03c702a6
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
setup.sh
+5
-1
5 additions, 1 deletion
setup.sh
with
5 additions
and
1 deletion
setup.sh
+
5
−
1
View file @
f4f4d309
...
...
@@ -188,7 +188,11 @@ function waGetSourceCode() {
function
waGetInquirer
()
{
local
INQUIRER
=
$INQUIRER_PATH
if
[
!
-d
"
$SYS_SOURCE_PATH
"
]
&&
[
!
-d
"
$USER_SOURCE_PATH
"
]
;
then
if
[
-d
"
$SYS_SOURCE_PATH
"
]
;
then
INQUIRER
=
$SYS_SOURCE_PATH
/
$INQUIRER_PATH
elif
[
-d
"
$USER_SOURCE_PATH
"
]
;
then
INQUIRER
=
$USER_SOURCE_PATH
/
$INQUIRER_PATH
else
INQUIRER
=
"/tmp/waInquirer.sh"
rm
-f
"
$INQUIRER
"
...
...
This diff is collapsed.
Click to expand it.
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