aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xkerl2
1 files changed, 1 insertions, 1 deletions
diff --git a/kerl b/kerl
index 090021d..db17d4a 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"
+ OLD_SUM=$(read -r < "./$KERL_CONFIG_STORAGE_FILENAME.md5")
if [ "$SUM" -ne "$OLD_SUM" ]; then
echo "Configure options have changed. Reconfiguring..."
rm -f configure