diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2024-07-19 17:27:35 +0200 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2024-07-19 17:27:35 +0200 |
commit | 15e58505db2aea8cec7c8717625c054f3176164f (patch) | |
tree | b01cf1871ce1ac7b6393a39c320d2c7f455e25c8 /CIS | |
parent | 6c3632db9f21ca47098993f9bdc6a8ebc7ec416d (diff) | |
download | Musik-15e58505db2aea8cec7c8717625c054f3176164f.tar.xz |
CIS/gen-lys: bessere Namen
Diffstat (limited to 'CIS')
-rwxr-xr-x | CIS/gen-lys | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CIS/gen-lys b/CIS/gen-lys index b5efb98..23f2060 100755 --- a/CIS/gen-lys +++ b/CIS/gen-lys @@ -29,7 +29,7 @@ for s in *.cap *.capx *.xml *.mxl; do [ -d "$d" ] && continue timeout 10 make "$s" || continue mkdir "$d" - mv "$s" "$d" + mv "$s" "$d/${d#*/}.ly" ln "${masterMakefile}" "$d" git add "$d" git commit "$d" -m "${d#*/} neu" |