This website works better with JavaScript.
Home
Explore
Register
Sign In
Fincer
/
dxvk-wine-autobuilder
mirror of
https://github.com/Fincer/dxvk-wine-autobuilder
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
dxvkbuild.sh: add missing error prefix
master
Fincer
6 years ago
parent
9331683d56
commit
f68f91de79
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
debian/dxvkroot/dxvkbuild.sh
+ 1
- 1
debian/dxvkroot/dxvkbuild.sh
View File
@ -232,7 +232,7 @@ function preparepackage() {
if
[
[
$?
-eq
0
]
]
;
then
let
b++
else
echo
-e
"
\nError occured while installing
${
pkgdep
}
. Aborting.\n
"
echo
-e
"
\n
\e[1mERROR:\e[0m
Error occured while installing
${
pkgdep
}
. Aborting.\n
"
exit
1
fi
done
Write
Preview
Loading…
Cancel
Save