From 52c1a4cf865e839076fe2e34cfdbe474444315b1 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 12 Nov 2023 15:44:00 +0800 Subject: [PATCH] ghc-deps.sh: make ghc-version arg cleaner --- ghc-deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc-deps.sh b/ghc-deps.sh index c3a0c95..3435c7e 100755 --- a/ghc-deps.sh +++ b/ghc-deps.sh @@ -1,7 +1,7 @@ #!/bin/sh # find rpm provides and requires for Haskell GHC libraries -[ $# -lt 3 ] && echo "Usage: $(basename "$0") [--provides|--requires] %{buildroot} %{ghclibdir} [ghc-version]" && exit 1 +[ $# -lt 3 ] && echo "Usage: $(basename "$0") [--provides|--requires] %{buildroot} %{ghclibdir} [ghc-]" && exit 1 set +x -e