Skip to content

Commit

Permalink
Addressed whitespace issues in SIREUM_HOME path.
Browse files Browse the repository at this point in the history
  • Loading branch information
robby-phd committed Sep 11, 2024
1 parent dcfa1b1 commit 0704b88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/project-standalone.cmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
::/*#! 2> /dev/null #
@ 2>/dev/null # 2>nul & echo off & goto BOF #
if [ -z ${SIREUM_HOME} ]; then #
if [ -z "${SIREUM_HOME}" ]; then #
echo "Please set SIREUM_HOME env var" #
exit -1 #
fi #
Expand Down
2 changes: 1 addition & 1 deletion bin/project.cmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
::/*#! 2> /dev/null #
@ 2>/dev/null # 2>nul & echo off & goto BOF #
if [ -z ${SIREUM_HOME} ]; then #
if [ -z "${SIREUM_HOME}" ]; then #
echo "Please set SIREUM_HOME env var" #
exit -1 #
fi #
Expand Down

0 comments on commit 0704b88

Please sign in to comment.