diff options
Diffstat (limited to 'bin/li')
-rwxr-xr-x | bin/li | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -89,7 +89,7 @@ if [ ! -e "$IMAGE" ]; then -e '(ql:quickload :trivial-dump-core)' \ -e "(trivial-dump-core:dump-image \"$IMAGE\")" \ -e '(uiop:quit)' -elif [ "$0" -nt "$IMAGE" ] || [ "$BIN" -nt "$IMAGE" ] || [ "$INIT" -nt "$IMAGE" ]; then +elif [ -n "$(find "$0" "$BIN" "$INIT" -newer "$IMAGE")" ]; then printf 'Refresh existing "%s" image...\n' "$IMPL" >&2 cl \ -M "$IMAGE" \ |