]> Zhao Yanbai Git Server - minix.git/commitdiff
Change rotate.sh BZIP2 to the correct path 54/2954/1
authorJacob Adams <tookmund@gmail.com>
Sat, 14 Mar 2015 15:20:01 +0000 (11:20 -0400)
committerLionel Sambuc <lionel@minix3.org>
Sat, 14 Mar 2015 15:43:04 +0000 (16:43 +0100)
closes #8

Change-Id: I90cb30e3d8ee2c000aca36fb9f8cc22c6d49583e

minix/commands/rotate/rotate.sh

index e6dc22994210809ec2f7e036c2f666e2ad503a85..9b478de0151ef347315729d1c227079db3ceb6cf 100644 (file)
@@ -1,5 +1,5 @@
 #!/bin/sh
-BZIP=/usr/local/bin/bzip2
+BZIP=/usr/bin/bzip2
 RM="rm -f"
 MV="mv -f"