Compare commits
No commits in common. "df2d61c50acb652609c21334f7a2486f7c803df5" and "371fbe2d55e6685da15fd445e89add7498dfc873" have entirely different histories.
df2d61c50a
...
371fbe2d55
|
@ -1,3 +0,0 @@
|
||||||
#!/bin/sh -e
|
|
||||||
. "${HOME}/.local/bin/update-profile"
|
|
||||||
|
|
|
@ -35,6 +35,7 @@ if [ ! -d ~/.local/profile-git ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
(
|
(
|
||||||
|
|
||||||
cd ~/.local/profile-git
|
cd ~/.local/profile-git
|
||||||
|
|
||||||
if [ "${_CHECKOUT_DONE:-0}" -lt 1 ]; then
|
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"
|
||||||
|
|
Loading…
Reference in New Issue