Skip to content

Commit

Permalink
msgviewer: indent
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhoeg committed Aug 18, 2017
1 parent cc1c817 commit fb70d08
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -20,9 +20,9 @@ in stdenv.mkDerivation rec {
mv $dir/${uname}/* $dir
rmdir $dir/${uname}
cat <<_EOF > $out/bin/msgviewer
#!${stdenv.shell} -eu
${stdenv.lib.getBin jre}/bin/java -jar $dir/MSGViewer.jar $@
_EOF
#!${stdenv.shell} -eu
exec ${stdenv.lib.getBin jre}/bin/java -jar $dir/MSGViewer.jar "\$@"
_EOF
chmod 755 $out/bin/msgviewer
'';

Expand Down

0 comments on commit fb70d08

Please sign in to comment.