core: Fix rpmqa-sorted script to operate on $(pwd)
I'm not sure why it needs $(pwd) over ".", but oh well.
This commit is contained in:
parent
f6076b13a0
commit
87bdf29192
@ -1,3 +1,3 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
rpm -qa --dbpath=. | sort
|
||||
rpm -qa --dbpath=$(pwd) | sort
|
||||
|
Loading…
Reference in New Issue
Block a user