From 61890c3b2e2840803211b0117d3bae72a348f527 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 closes #8 Change-Id: I90cb30e3d8ee2c000aca36fb9f8cc22c6d49583e --- 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" -- 2.44.0