mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2025-04-11 12:40:45 +00:00
Use plain echo, not echo -e
This commit is contained in:
parent
3c7539b417
commit
d3fa38bca9
1 changed files with 2 additions and 1 deletions
|
@ -18,4 +18,5 @@ done
|
|||
# remove .wav files
|
||||
rm *.wav
|
||||
|
||||
echo -e "\n Ripping done, move music/ directory to /your/path/to/quake2/game/music/"
|
||||
echo '
|
||||
Ripping done, move music/ directory to /your/path/to/quake2/game/music/'
|
||||
|
|
Loading…
Reference in a new issue