Skip to content

Commit ee4529c

Browse files
committed
Fix bash compat
1 parent 1ec812d commit ee4529c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/_lib.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ lib::cleanup() {
5656
}
5757

5858
lib::cleanup::hook() {
59-
export MAGEOPS_CLEANUP_HOOKS+=("${*}")
59+
MAGEOPS_CLEANUP_HOOKS+=("${*}")
6060
}
6161

6262
lib::import() {

0 commit comments

Comments
 (0)