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 ce5f769394a7..b47c046f8953 100755
--- a/run.sh
+++ b/run.sh
@@ -64,7 +64,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