Cleanup (unsolicited copyright)

GitOrigin-RevId: 74d61a6122d5b8ef2a5108620e7b677db42a5b69
This commit is contained in:
Roman Shevchenko
2021-07-27 15:33:59 +02:00
committed by intellij-monorepo-bot
parent 871d238bbe
commit d5b3a61496

View File

@@ -1,6 +1,5 @@
#!/bin/sh #!/bin/sh
# Copyright 2000-2021 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
VER=$(date "+%Y%m%d.%H%M") VER=$(date "+%Y%m%d.%H%M")
sed -i.bak "s/#define VERSION .*/#define VERSION \"${VER}\"/" fsnotifier.h && rm fsnotifier.h.bak sed -i.bak "s/#define VERSION .*/#define VERSION \"${VER}\"/" fsnotifier.h && rm fsnotifier.h.bak