Skip to content

Commit 55f3b62

Browse files
committed
chore: remove debug version
Signed-off-by: wxiwnd <[email protected]>
1 parent ceebcb7 commit 55f3b62

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

scripts/install_completion.sh

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,6 @@ if [ ! -d /etc/bash_completion.d ]; then
99
exit 1
1010
fi
1111

12-
# Install debug version if --debug is specified
13-
if [ "$1" = "--debug" ]; then
14-
echo "Installing debug version..."
15-
sudo cp scripts/bash_pinyin_completion_debug /etc/bash_completion.d/bash_pinyin_completion
16-
exit 0
17-
fi
18-
1912
# Install or upgrade the binary
2013
if [ -f /usr/bin/bash-pinyin-completion-rs ]; then
2114
echo "The binary /usr/bin/bash-pinyin-completion-rs already exists. Upgrading..."

0 commit comments

Comments
 (0)