Skip to content

Commit

Permalink
Merge pull request #8 from fkie-cad/fix-shebangs
Browse files Browse the repository at this point in the history
Fix incorrect bash shebangs
  • Loading branch information
clumsy9 authored Nov 20, 2023
2 parents 32d9068 + 3c5650c commit a80dd67
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build_image.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/bash
#!/bin/bash

AMIDES_TAG="amides:base"
UID=$(id -u)
Expand Down
2 changes: 1 addition & 1 deletion run_experiments.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/bash
#!/bin/bash

AMIDES_IMAGE="amides:base"
AMIDES_EXPERIMENTS_CONTAINER="amides-experiments"
Expand Down
2 changes: 1 addition & 1 deletion start_env.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/bash
#!/bin/bash

AMIDES_IMAGE="amides:base"
AMIDES_ENV_CONTAINER="amides-env"
Expand Down

0 comments on commit a80dd67

Please sign in to comment.