]> git.pld-linux.org Git - packages/gofish.git/commitdiff
typo
authordepesz <depesz@depesz.pl>
Sat, 2 Nov 2002 16:10:17 +0000 (16:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gofish.spec -> 1.5

gofish.spec

index 2a9d15b39dd6ac99157da7c167f8e5430dc0a5b6..edfaacb452f7ecffc42801c8b1f30652aa553f8e 100644 (file)
@@ -77,7 +77,7 @@ else
        /usr/sbin/groupadd -g 30 gopher || exit 1
 fi
 if [ -n "`id -u gopher 2>/dev/null`" ]; then
-       if [ "`id -u gopher` != "13" ]; then
+       if [ "`id -u gopher`" != "13" ]; then
                echo "Error: user gopher doesn't have uid=13. Correct this before installing gofish." 1>&2
                exit 1
        fi
This page took 0.500512 seconds and 4 git commands to generate.