Skip to content

Commit

Permalink
pharo-launcher: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
joachifm committed Sep 15, 2017
1 parent 442e5b6 commit 42f2439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/pharo/launcher/default.nix
Expand Up @@ -51,7 +51,7 @@ stdenv.mkDerivation rec {
secs=5
echo -n "Running headless Pharo for $secs seconds to check for a crash... "
timeout $secs \
"${pharo}/bin/pharo" -nodisplay PharoLauncher.image --no-quit eval 'true'
"${pharo}/bin/pharo" --nodisplay PharoLauncher.image --no-quit eval 'true'
test "$?" == 124 && echo "ok")
'';

Expand Down

0 comments on commit 42f2439

Please sign in to comment.