Compare commits

..

No commits in common. "df2d61c50acb652609c21334f7a2486f7c803df5" and "371fbe2d55e6685da15fd445e89add7498dfc873" have entirely different histories.

2 changed files with 2 additions and 4 deletions

View File

@ -1,3 +0,0 @@
#!/bin/sh -e
. "${HOME}/.local/bin/update-profile"

View File

@ -35,6 +35,7 @@ if [ ! -d ~/.local/profile-git ]; then
fi
(
cd ~/.local/profile-git
if [ "${_CHECKOUT_DONE:-0}" -lt 1 ]; then
@ -104,4 +105,4 @@ fi
)
rm -f "${HOME}/.local/bin/update-profile.old" "${HOME}/bin/update-profile"
rm -f "${HOME}/.local/bin/update-profile.old"