1
0
Fork 0
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:
naskya 2023-11-06 21:33:27 +09:00
parent f451e68aa4
commit 6ed802ebb9
Signed by: naskya
GPG key ID: 164DFF24E2D40139

View file

@ -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=' ')