aboutsummaryrefslogtreecommitdiff
path: root/browser/linux/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'browser/linux/build.sh')
-rwxr-xr-xbrowser/linux/build.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/browser/linux/build.sh b/browser/linux/build.sh
index cd0b650..5c839db 100755
--- a/browser/linux/build.sh
+++ b/browser/linux/build.sh
@@ -1,10 +1,6 @@
#!/bin/sh
printf "\n------------------------------------- SCRIPT SETUP ------------------------------------------\n";
-# Prevents build from breaking in CI/CD environments
-#export SHELL=/bin/bash;
-#printf "SHELL=$SHELL\n";
-
# Aborts the script upon any faliure
set -e;
bgstack15