From 457f73ab360b641a15542c7a86f4e51ea0e1abb1 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Sat, 2 Nov 2019 18:24:46 -0700 Subject: remove echo from rise script --- rise | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/rise b/rise index 07776e0..fb02fab 100755 --- a/rise +++ b/rise @@ -1,5 +1,4 @@ #!/usr/bin/env bash nix build -f default.nix "$@".app -export STATIC_DIR=$(realpath ./result/static) -echo $STATIC_DIR +STATIC_DIR=$(realpath ./result/static) ./result/bin/ibb -- cgit v1.2.3