# HG changeset patch # User HackBot # Date 1478894181 0 # Node ID bef48a1863a4aefde6ab7ee6241ed34ca263441a # Parent 07673a5a3a32247c4e467ae99bd0500e4f644102 sled bin/grwp//s/setopt/shopt/ diff -r 07673a5a3a32 -r bef48a1863a4 bin/grwp --- a/bin/grwp Fri Nov 11 19:55:20 2016 +0000 +++ b/bin/grwp Fri Nov 11 19:56:21 2016 +0000 @@ -1,2 +1,2 @@ #! /bin/bash -cd wisdom; setopt -s dotglob; grep -R "$@" -- * +cd wisdom; shopt -s dotglob; grep -R "$@" -- *