Skip to content
Snippets Groups Projects
Commit 3b85f6e0 authored by Anders Lindh Olsson's avatar Anders Lindh Olsson :8ball:
Browse files

Add alias to `setE3Env.bash` for backwards compatability

parent a6930285
No related branches found
No related tags found
No related merge requests found
......@@ -29,6 +29,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* Remove `runScript`
* Drop file extension from `build_number.sh`
* Rename `setE3Env.bash` to `activate`
* Add alias from `setE3Env.bash` to `activate`
## [4.0.0]
......
......@@ -9,6 +9,7 @@ E3_TEST_SCRIPT := $(TOP)/tools/test_installed_modules.sh
#
E3_SHELL_FILES := $(wildcard $(E3_MODULE_SRC_PATH)/tools/iocsh*)
E3_IOC_CFG_FILES += $(E3_MODULE_SRC_PATH)/tools/activate
E3_IOC_CFG_FILES += $(E3_MODULE_SRC_PATH)/tools/setE3Env.bash
E3_IOC_CFG_FILES += $(E3_MODULE_SRC_PATH)/tools/promptE3Env.bash
E3_REQUIRE_CONF_FILES := $(filter-out $(FILE_FILTER), $(wildcard $(TOP)/configure/E3/*))
......
#!/usr/bin/env bash
# This file exists for (temporary) backwards compatability
echo "setE3Env.bash has been deprecated, please use activate instead"
DIR="${0%/*}"
# shellcheck source=require-ess/tools/activate
. "$DIR"/activate
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment