compat-drivers: fix space damage on git-paranoia
authorLuis R. Rodriguez <mcgrof@do-not-panic.com>
Fri, 21 Sep 2012 20:20:34 +0000 (13:20 -0700)
committerLuis R. Rodriguez <mcgrof@do-not-panic.com>
Fri, 21 Sep 2012 20:20:34 +0000 (13:20 -0700)
Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
scripts/git-paranoia

index fcb2df0c258a4226f449bffbfae119d523fcac28..ae046ac2bcc417edf594ff2681935b24ea04a964 100755 (executable)
@@ -61,7 +61,7 @@ function __git_paranoia()
                        # but we also want *no* unepxected content on the releases! If you have
                        # any files that do not belong into the git tree, nuke them, we won't do it
                        # for you!
-                       if [[ $(git status -s | wc -l) -ne 0 ]]; then
+                       if [[ $(git status -s | wc -l) -ne 0 ]]; then
                                echo -e "Not commited content:"
                                git status -s
                        fi