Skip to content

Commit faa061d

Browse files
committed
Update squishbox-install.bash
typo
1 parent 50aee9a commit faa061d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/squishbox-install.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ if [[ $update == "yes" ]]; then
259259
wget -qO - https://github.com/albedozero/fluidpatcher/tarball/master | tar -xzm
260260
fptemp=`ls -dt albedozero-fluidpatcher-* | head -n1`
261261
cd $fptemp
262-
find . -type dt -exec mkdir -p ../{} \;
262+
find . -type d -exec mkdir -p ../{} \;
263263
# copy files, but don't overwrite banks, config, hw_overlay.py
264264
find . -type f ! -name "*.yaml" ! -name "hw_overlay.py" -exec cp -f {} ../{} \;
265265
find . -type f -name "hw_overlay.py" -exec cp -n {} ../{} \;

0 commit comments

Comments
 (0)