aboutsummarylogtreecommitdiffstats
path: root/run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'run.sh')
-rwxr-xr-xrun.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/run.sh b/run.sh
index 0d6ec714a375..133e171ee803 100755
--- a/run.sh
+++ b/run.sh
@@ -65,7 +65,7 @@ SwitchToDeepinWine()
msg 1 "Need to install 'yay' or 'yaourt' first." >&2
exit 1
else
- $PACKAGE_MANAGER="yaourt"
+ PACKAGE_MANAGER="yaourt"
fi
fi
for p in ${DEEPIN_WINE_DEPENDS}; do