Skip to content

Commit

Permalink
Fix the wrapper script
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas Burgey committed Dec 1, 2021
1 parent de98241 commit df169cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swift_finder
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env bash
# forward stdout to the user and eval stderr
exec 3>&1
echo $( { egiSwiftFinder $@ 1>&3; } 2>&1 )
eval $( { egiSwiftFinder $@ 1>&3; } 2>&1 )

0 comments on commit df169cc

Please sign in to comment.