bundled-libs/Smarty/libs/libs - Verknüpfung.lnk

Found a bug? Tell us!!
Post Reply
chris_goe
Regular
Posts: 11
Joined: Wed Sep 21, 2011 1:53 am

bundled-libs/Smarty/libs/libs - Verknüpfung.lnk

Post by chris_goe »

While uploading a S9Y git checkout to a remote site, I noticed:

Code: Select all

$ ls -go bundled-libs/Smarty/libs/*lnk
-rw-r--r-- 1 1027 Jan 15 11:03 bundled-libs/Smarty/libs/libs - Verknüpfung.lnk
This was introduced a while ago with 0a35bd4c5 ("Update Smarty to 3.1.32 ") and it's not a big deal, but it looks really weird:

Code: Select all

$ git rm bundled-libs/Smarty/libs/libs\ -\ Verknüpfung.lnk 
rm 'bundled-libs/Smarty/libs/libs - Verknüpfung.lnk'

$ git diff --cached 
diff --git "a/bundled-libs/Smarty/libs/libs - Verkn\303\274pfung.lnk" "b/bundled-libs/Smarty/libs/libs - Verkn\303\274pfung.lnk"
deleted file mode 100644
index 518311b5..00000000
Binary files "a/bundled-libs/Smarty/libs/libs - Verkn\303\274pfung.lnk" and /dev/null differ
.
.
.
Gahh, nevermind - this had been introduced upstream ("Revert remove - php: nightly test"), and is fixed in v3.1.33, so when s9y pulls its next Smarty update, this will be gone too.

Sorry for the noise.
onli
Regular
Posts: 2825
Joined: Tue Sep 09, 2008 10:04 pm
Contact:

Re: bundled-libs/Smarty/libs/libs - Verknüpfung.lnk

Post by onli »

Thanks for mentioning it, it is good to be aware of the issue.
Post Reply