summarylogtreecommitdiffstats
path: root/wd
diff options
context:
space:
mode:
Diffstat (limited to 'wd')
-rwxr-xr-xwd7
1 files changed, 3 insertions, 4 deletions
diff --git a/wd b/wd
index 19e3de55ffae..67df5df44614 100755
--- a/wd
+++ b/wd
@@ -1,10 +1,9 @@
#!/bin/bash
WDDIR="$HOME/.local/share/wudao-dict"
-if [ ! -d "$WDDIR" ]
-then
- cp -r /opt/wudao-dict "$WDDIR"
- mkdir "$WDDIR/usr"
+if [ ! -d "$WDDIR" ];then
+ cp -r /opt/wudao-dict "$WDDIR"
+ mkdir "$WDDIR/usr"
fi
save_path=$PWD