summaryrefslogtreecommitdiff
path: root/libremakepkg
diff options
context:
space:
mode:
authorNicolás Reynolds <apoyosis@correo.inta.gob.ar>2011-06-09 16:38:47 -0300
committerNicolás Reynolds <apoyosis@correo.inta.gob.ar>2011-06-09 16:38:47 -0300
commit1bbc75a678a69a27e18f09a9ab38d27545f013a2 (patch)
treedd82fc228672354d007ddb02a6450308bcf651a2 /libremakepkg
parent53f875ec295855c6170b61b06d792f8376b514a7 (diff)
fixed typo
Diffstat (limited to 'libremakepkg')
-rwxr-xr-xlibremakepkg2
1 files changed, 1 insertions, 1 deletions
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