changeset 9663:bef48a1863a4

<oerjan> sled bin/grwp//s/setopt/shopt/
author HackBot
date Fri, 11 Nov 2016 19:56:21 +0000
parents 07673a5a3a32
children f14180491e34
files bin/grwp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 "$@" -- *