mirror of
https://code.sup39.dev/repos/Wqawg
synced 2024-12-27 00:54:52 +09:00
fix: syntax error in update-deps.sh
This commit is contained in:
parent
f451e68aa4
commit
6ed802ebb9
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ DEPS="vlBxr dvara \n
|
|||
|
||||
mkdir -p lib
|
||||
cd lib
|
||||
echo $DEPS | while read -r dep
|
||||
echo "$DEPS" | while read -r dep
|
||||
do
|
||||
slug=$(echo $dep | cut --fields=1 --delimiter=' ')
|
||||
name=$(echo $dep | cut --fields=2 --delimiter=' ')
|
||||
|
|
Loading…
Reference in a new issue