Skip to content
Snippets Groups Projects
Commit d35d49b5 authored by Karl-Hermann Wieners's avatar Karl-Hermann Wieners
Browse files

Global: fix 'mkexp.bash' example to work with non-local configs

parent e83c631a
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,11 @@ Release Changes
Release 1.3.2
=============
Global
------
* Fix 'mkexp.bash' example to work with non-local configs
Config
------
......
......@@ -27,7 +27,7 @@ cdexp () {
if [[ "$1" ]]
then
dir=$(dirname "$1")
cfg="$1"
cfg=$(basename "$1")
shift
elif [[ -f update ]]
then
......
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