Skip to content

Commit

Permalink
Remove workaround for ancient shells from the daemon
Browse files Browse the repository at this point in the history
  • Loading branch information
C0rn3j committed Aug 21, 2024
1 parent 4029a20 commit 3e5d625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daemon.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export PATH="$SCRIPTS":"$PATH"
export PYTHONPATH=".":"$PYTHONPATH"
export SCC_SHARED="$(pwd)"

if [ x"$1" == x"lldb" ] ; then
if [ "$1" == "lldb" ] ; then
shift
lldb python3 -- 'scripts/scc-daemon' debug $@
else
Expand Down

0 comments on commit 3e5d625

Please sign in to comment.