Skip to content

Commit a6bfdc2

Browse files
committed
(master) added documentation link for shopt command for future reference" -a
1 parent 659987f commit a6bfdc2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

add.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ then
1616
fi
1717

1818
# clean the flags out of the file name
19-
shopt -s extglob
19+
shopt -s extglob #http://www.gnu.org/software/bash/manual/html_node/The-Shopt-Builtin.html
2020
item=${_menu_sel_value/@(M--|-M-|D--|-D-|\?\?-)/}
2121

2222
echo

0 commit comments

Comments
 (0)