summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2020-10-10 14:04:24 -0400
committerLuke Smith <luke@lukesmith.xyz>2020-10-10 14:04:24 -0400
commitac3a23c6a4209d60c40d4d245403cb988cce88cc (patch)
tree7755978fab43a783aee9c9280f7a93f58434a4eb
parent98485a873b3717624488aa45b061edd041204455 (diff)
non-posix braces {} removed
-rw-r--r--larbs.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/larbs.sh b/larbs.sh
index da39c9e..01cacd1 100644
--- a/larbs.sh
+++ b/larbs.sh
@@ -205,9 +205,9 @@ yes | sudo -u "$name" $aurhelper -S libxft-bgra-git >/dev/null 2>&1
# Install the dotfiles in the user's home directory
putgitrepo "$dotfilesrepo" "/home/$name" "$repobranch"
-rm -f "/home/$name/"{README.md,LICENSE,FUNDING.yml}
+rm -f "/home/$name/README.md" "/home/$name/LICENSE" "/home/$name/FUNDING.yml"
# make git ignore deleted LICENSE & README.md files
-git update-index --assume-unchanged "/home/$name/"{README.md,LICENSE,FUNDING.yml}
+git update-index --assume-unchanged "/home/$name/README.md" "/home/$name/LICENSE" "/home/$name/FUNDING.yml"
# Most important command! Get rid of the beep!
systembeepoff