aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xkerl2
1 files changed, 1 insertions, 1 deletions
diff --git a/kerl b/kerl
index f15c139..bbb569c 100755
--- a/kerl
+++ b/kerl
@@ -588,7 +588,7 @@ _do_build()
# Check for a .kerl_config.md5 file
if [ -e "./$KERL_CONFIG_STORAGE_FILENAME.md5" ]; then
# Compare our current options to the saved ones
- OLD_SUM=$(read -r < "./$KERL_CONFIG_STORAGE_FILENAME.md5")
+ read -r OLD_SUM < "./$KERL_CONFIG_STORAGE_FILENAME.md5"
if [ "$SUM" != "$OLD_SUM" ]; then
echo "Configure options have changed. Reconfiguring..."
rm -f configure