Skip to content

Commit 959e444

Browse files
committed
Refactoring
Previous command gives me the error message if no .gem files exist ++ rm 'openscap-*.gem' rm: cannot remove ‘openscap-*.gem’: No such file or directory
1 parent dcfa0c2 commit 959e444

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtest.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
set -e -o pipefail
22
set -x
33

4-
rm openscap-*.gem || true
4+
rm -f openscap-*.gem
55
gem build openscap.gemspec
66
gem install openscap-*.gem
77
rake test

0 commit comments

Comments
 (0)