From: Jacob Adams Date: Sat, 14 Mar 2015 15:20:01 +0000 (-0400) Subject: Change rotate.sh BZIP2 to the correct path X-Git-Url: http://zhaoyanbai.com/repos/man.isc-hmac-fixup.html?a=commitdiff_plain;h=61890c3b2e2840803211b0117d3bae72a348f527;p=minix.git Change rotate.sh BZIP2 to the correct path closes #8 Change-Id: I90cb30e3d8ee2c000aca36fb9f8cc22c6d49583e --- diff --git a/minix/commands/rotate/rotate.sh b/minix/commands/rotate/rotate.sh index e6dc22994..9b478de01 100644 --- a/minix/commands/rotate/rotate.sh +++ b/minix/commands/rotate/rotate.sh @@ -1,5 +1,5 @@ #!/bin/sh -BZIP=/usr/local/bin/bzip2 +BZIP=/usr/bin/bzip2 RM="rm -f" MV="mv -f"