Skip to content

Commit

Permalink
Merge pull request #45 from disconnect3d/master
Browse files Browse the repository at this point in the history
Fix shebang to support nixos etc.
  • Loading branch information
cr-marcstevens authored Jun 23, 2024
2 parents adc075c + 4e88e71 commit 9847814
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scripts/cpc.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

export BINDIR=$(dirname $0)/../bin
export BIRTHDAYSEARCH=$BINDIR/md5_birthdaysearch
Expand Down
2 changes: 1 addition & 1 deletion scripts/generic_ipc.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

export BINDIR=$(dirname $0)/../bin
export HELPER=$BINDIR/md5_diffpathhelper
Expand Down
2 changes: 1 addition & 1 deletion scripts/textcoll.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

export BINDIR=$(dirname $0)/../bin
export HELPER=$BINDIR/md5_diffpathhelper
Expand Down

0 comments on commit 9847814

Please sign in to comment.