From 1bbc75a678a69a27e18f09a9ab38d27545f013a2 Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Thu, 9 Jun 2011 16:38:47 -0300 Subject: fixed typo --- libremakepkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libremakepkg b/libremakepkg index b02b778..9a76f5f 100755 --- a/libremakepkg +++ b/libremakepkg @@ -60,7 +60,7 @@ while getopts ${libremakepkgargs} arg ; do esac done -if [ !-w / ]; then +if [ ! -w / ]; then error "This script must be run as root" exit 1 fi -- cgit v1.2.3-54-g00ecf