ghc-pkg-wrapper: use $( )
from opensuse
This commit is contained in:
parent
677bd4cd6b
commit
1775999b4f
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
[ $# -lt 1 ] && echo "Usage: `basename $0` %{buildroot}%{ghclibdir} ..." && exit 1
|
||||
[ $# -lt 1 ] && echo "Usage: $(basename $0) %{buildroot}%{ghclibdir} ..." && exit 1
|
||||
|
||||
set +x -e
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user