summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2019-11-02 18:24:46 -0700
committerBen Sima <ben@bsima.me>2019-11-02 18:24:46 -0700
commit457f73ab360b641a15542c7a86f4e51ea0e1abb1 (patch)
treea2ddda76a667a18e00fdedde8c9aeb53ce9f3632
parent03e5cc700b48c847bc8225281f033a103ccf23fe (diff)
remove echo from rise script
-rwxr-xr-xrise3
1 files changed, 1 insertions, 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