use -r instead of globbing
This commit is contained in:
parent
7b896345c2
commit
a79aca308e
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ export XBPS_DISTDIR="$HOME/void-packages"
|
|||
export EDITOR=/usr/bin/vis
|
||||
|
||||
if grep -q l <<< "$-" && test "$(tty)" = '/dev/tty1'; then
|
||||
rm -f "$HOME"/.config/service-env/* 2>/dev/null
|
||||
rm -rf "$HOME"/.config/service-env
|
||||
cd
|
||||
echo 'Press return to start gui'
|
||||
read && exec dbus-run-session "$HOME/.winit"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue