Skip to content

Commit 8fd2486

Browse files
committed
remove source (again)
1 parent 121aa48 commit 8fd2486

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

extras/test/factorio.bats

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,5 @@ Aborting install, unable to curl '${LATEST_HEADLESS_URL}'"
314314
#help|--help|-h)
315315
#listcommands)
316316
#listsaves)
317-
#source)
318317
#mod)
319318
#version)

factorio

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -972,10 +972,6 @@ run_main(){
972972
version)
973973
get_bin_version
974974
;;
975-
source)
976-
# do not call `exit` and just return successfully, so that other scripts (possibly with set -e) may source this script to import all out variables and functions
977-
return 0
978-
;;
979975
mod)
980976
shift
981977
mod "$@"

0 commit comments

Comments
 (0)