Add consistency to variable naming, using lowercase for non-exported variables and uppercase for expoered ine. Also made some grammar fixes and removed 'short' since it's not available yet.
This commit is contained in:
parent
8f9bdfbb30
commit
405c1e7244
5 changed files with 59 additions and 80 deletions
2
shrc
2
shrc
|
|
@ -12,7 +12,7 @@ fi
|
|||
|
||||
function md5_opt()
|
||||
{
|
||||
if [[ $DAISY_HAS_md5sum -eq 1 ]];
|
||||
if [[ $daisy_has_md5sum -eq 1 ]];
|
||||
then
|
||||
echo $(md5sum "$1" | awk '{print $1}')
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue