Skip to content

Commit

Permalink
Repair case globbing by removing double-quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenny committed Jan 9, 2018
1 parent 6adb884 commit 615d64f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/re-upload-spiffs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ upload_dir () {
echo Uploading $F
DPATH="${PWD##${CHOP:=$PWD}}"
case "$F" in
"*.json"|"*.txt" )
*.json|*.txt )
upload_file "$F" "$DPATH"
;;
*)
Expand Down

0 comments on commit 615d64f

Please sign in to comment.