We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91db599 commit d13192eCopy full SHA for d13192e
video/screen-capture.sh
@@ -75,7 +75,7 @@ DS_main() {
75
exit 0
76
fi
77
78
- while [[ $# -gt 0 ]] && {[[ "$1" == "--"* ]] || [[ "$1" == "-"* ]]; } ;
+ while [[ $# -gt 0 ]] && { [[ "$1" == "--"* ]] || [[ "$1" == "-"* ]]; } ;
79
do
80
opt="$1";
81
shift;
0 commit comments