From 1c29c75e83c4fc503de234e668830a2b0d0cff2b Mon Sep 17 00:00:00 2001 From: Jacob Adams Date: Sat, 14 Mar 2015 11:20:01 -0400 Subject: [PATCH] Change rotate.sh BZIP2 to the correct path --- minix/commands/rotate/rotate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"