summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/afind3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/afind b/bin/afind
index 080f06a3b..f5b8319b2 100755
--- a/bin/afind
+++ b/bin/afind
@@ -14,6 +14,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.
+# prevent glob expansion in this script
+set -f
+
dir=${1:-.}
shift