Fix double-quote warning.
This commit is contained in:
@@ -22,7 +22,7 @@
|
|||||||
# 3. This notice may not be removed or altered from any source
|
# 3. This notice may not be removed or altered from any source
|
||||||
# distribution.
|
# distribution.
|
||||||
|
|
||||||
YT_URL=$1
|
YT_URL="$1"
|
||||||
INVID_BASE="https://inv.nadeko.net"
|
INVID_BASE="https://inv.nadeko.net"
|
||||||
|
|
||||||
if [[ $YT_URL == *"youtu.be"* ]]
|
if [[ $YT_URL == *"youtu.be"* ]]
|
||||||
@@ -33,4 +33,4 @@ then
|
|||||||
INVID_URL="${INVID_BASE}/${YT_URL##*/}"
|
INVID_URL="${INVID_BASE}/${YT_URL##*/}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo $INVID_URL
|
echo "$INVID_URL"
|
||||||
|
|||||||
Reference in New Issue
Block a user