]> git.ipfire.org Git - thirdparty/mdadm.git/commitdiff
Makefile: remove "sh" from instructions for running 'test'.
authorNeilBrown <neilb@suse.de>
Tue, 20 Nov 2012 01:15:11 +0000 (12:15 +1100)
committerNeilBrown <neilb@suse.de>
Tue, 20 Nov 2012 01:15:11 +0000 (12:15 +1100)
'test' is really a bash script more than an 'sh' script, so
don't say "run 'sh ./test'", just say "run './test'".

Reported-by: Gilles Espinasse <g.esp@free.fr>
Signed-off-by: NeilBrown <neilb@suse.de>
Makefile

index d99ea2b5ca4cdb46a03187e06b54bcf390a84d47..b9787d641cded558ef7bdc0bdb05fafb78b640b6 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -268,7 +268,7 @@ uninstall:
        rm -f $(DESTDIR)$(MAN8DIR)/mdadm.8 $(DESTDIR)$(MAN8DIR)/mdmon.8 $(DESTDIR)$(MAN4DIR)/md.4 $(DESTDIR)$(MAN5DIR)/mdadm.conf.5 $(DESTDIR)$(BINDIR)/mdadm
 
 test: mdadm mdmon test_stripe swap_super
-       @echo "Please run 'sh ./test' as root"
+       @echo "Please run './test' as root"
 
 clean : 
        rm -f mdadm mdmon $(OBJS) $(MON_OBJS) $(STATICOBJS) core *.man \