Correcting wrong spelling of cache in exit function, thanks to David Endler for spotting it.
This commit is contained in:
parent
468a41fdec
commit
80fa0406d9
|
@ -35,7 +35,7 @@ Exit ()
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|
||||||
Echo_message "Saving chaches..."
|
Echo_message "Saving caches..."
|
||||||
|
|
||||||
# We can't really know at which part we're failing,
|
# We can't really know at which part we're failing,
|
||||||
# but let's assume that if there's any binary stage file arround
|
# but let's assume that if there's any binary stage file arround
|
||||||
|
|
Loading…
Reference in New Issue