diff options
author | Camil Staps | 2017-10-09 23:43:20 +0200 |
---|---|---|
committer | Camil Staps | 2017-10-09 23:43:20 +0200 |
commit | e885f4ac5f923b372866631aae12ec4e763ca24b (patch) | |
tree | 863fe1464e46ee4a36bb181c4c037ac0ab79c012 /make_abc.sh | |
parent | Fix docker build (diff) |
Towards a working docker version...
Diffstat (limited to 'make_abc.sh')
-rwxr-xr-x | make_abc.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make_abc.sh b/make_abc.sh index 3d386d7..e82de6e 100755 --- a/make_abc.sh +++ b/make_abc.sh @@ -1,5 +1,5 @@ #!/bin/bash -libs="ArgEnv Directory Dynamics Gast Generics MersenneTwister StdEnv StdLib TCPIP clean-platform/OS-Independent clean-platform/OS-Posix clean-platform/OS-Linux clean-platform/OS-Linux-64 clean-platform/OS-Independent/Deprecated/StdLib" +libs="ArgEnv Directory Dynamics Gast Generics MersenneTwister StdEnv TCPIP Platform Platform/Deprecated/StdLib" shopt -s globstar for lib in $libs do |