Skip to content

Commit

Permalink
Update the update script.
Browse files Browse the repository at this point in the history
This suppresses the warning message that is caused by the known bug of
stow command.  See aspiers/stow#65.
  • Loading branch information
ktsuda committed Feb 15, 2022
1 parent 5ea4e26 commit 3ffb600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ function set_stow_folders() {
function update() {
for folder in $(echo $STOW_FOLDERS); do
printf "Updating %-14s" $folder
stow -t $HOME -D $folder
stow -t $HOME -D $folder 2> /dev/null
stow -t $HOME $folder
echo " ... Done"
done
Expand Down

0 comments on commit 3ffb600

Please sign in to comment.