Merge pull request #134270 from kini/acl2-update

acl2: Fix typo in cleanup commands

authored by Michael Raskin and committed by GitHub 802dd882 70c25ed3

+1 -1
+1 -1
pkgs/development/interpreters/acl2/default.nix
··· 98 99 # Clean up some stuff to save space 100 find -name '*@useless-runes.lsp' -execdir rm {} + # saves ~1GB of space 101 - find -name '*.cert.out' -execdir gz {} + # saves ~400MB of space 102 103 popd 104 '';
··· 98 99 # Clean up some stuff to save space 100 find -name '*@useless-runes.lsp' -execdir rm {} + # saves ~1GB of space 101 + find -name '*.cert.out' -execdir gzip {} + # saves ~400MB of space 102 103 popd 104 '';