Skip to content

Commit

Permalink
Problem: nix expression has a broken bash script
Browse files Browse the repository at this point in the history
Solution: Add missing apostrophe.

Closes #37
  • Loading branch information
clacke committed Feb 26, 2018
1 parent 337984e commit 4fb1470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion racket2nix
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ stdenv.mkDerivation rec {

installPhase = ''
if ! ulimit -n $maxFileDescriptors; then
echo >&2 If the number of allowed file descriptors is lower than ~~2048,'
echo >&2 If the number of allowed file descriptors is lower than '~~2048,'
echo >&2 packages like drracket or racket-doc will not build correctly.
echo >&2 If raising the soft limit fails '(like it just did)', you will
echo >&2 have to raise the hard limit on your operating system.
Expand Down

0 comments on commit 4fb1470

Please sign in to comment.