Skip to content

Commit

Permalink
Modified configure as suggested to use checkbashisms https://stackove…
Browse files Browse the repository at this point in the history
  • Loading branch information
knausb committed Jul 15, 2020
2 parents 3d0afcc + a926e89 commit 40a53f6
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions configure
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
#!/bin/sh

#
#checkbashisms --force
# Thanks for help!
# https://stackoverflow.com/a/62721142

if [ -f /usr/bin/checkbashisms ]; then
checkbashisms --force
fi

# EOF.

0 comments on commit 40a53f6

Please sign in to comment.