Skip to content

Commit f316992

Browse files
committed
Fix naughty-from.sh with BASHBREW_NAMESPACE set
1 parent 429380b commit f316992

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

naughty-from.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22
set -Eeuo pipefail
33

4-
export BASHBREW_ARCH=
4+
export BASHBREW_ARCH= BASHBREW_NAMESPACE=
55

66
if [ "$#" -eq 0 ]; then
77
set -- '--all'

0 commit comments

Comments
 (0)