yoshinari-nomura / mhc

MHC -- Message Harmonized Calendaring system
http://www.quickhack.net/mhc/
Other
20 stars 12 forks source link

update-uuid.sh is bash #24

Closed uwabami closed 10 years ago

uwabami commented 10 years ago

Hi,

% checkbashisms update-uuid.sh
possible bashism in update-uuid.sh line 47 (should be >word 2>&1):
done >& "$LOG_FILE"

I think, The shebang of this sciprt should be "/bin/bash" instead of "/bin/sh".

Best Wishes,

yoshinari-nomura commented 10 years ago

Thanks. Updated my Gist update-uuid.sh

uwabami commented 10 years ago

Seem fine. Thanks.