mirror of
https://github.com/JanJastrow/.dotfiles.git
synced 2024-11-22 10:39:57 +01:00
Fix script, duh
This commit is contained in:
parent
b0ba5d1cc8
commit
84f24a8173
@ -13,7 +13,7 @@ function mkcd() {
|
||||
}
|
||||
|
||||
# "Fake" sha256sum
|
||||
if [[ -x `which sha256sum` ]]; then
|
||||
if [[ ! -x `which sha256sum` ]]; then
|
||||
function sha256sum() {
|
||||
shasum -a256 $1
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user