Skip to content

Commit

Permalink
Unset PATH to make sure we are bash-only
Browse files Browse the repository at this point in the history
  • Loading branch information
aureliojargas committed Apr 2, 2020
1 parent f602e9c commit bee846a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions txt2regex.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,11 @@
# 20051229 <> fixed bug on bash3 for eval contents (thanks Marcus Habermehl)
# 20121221 ** moved to GitHub, please see the Git history from now on

# Every command in this script is a Bash builtin. This is by design.
# Make sure we don't break that rule in future code by strictly
# disallowing any system command.
export PATH=

TEXTDOMAIN=txt2regex
TEXTDOMAINDIR=po
VERSION=0
Expand Down

0 comments on commit bee846a

Please sign in to comment.