Ticket #22 (assigned defect)

Opened 3 years ago

Last modified 2 years ago

bashism in print_watched_files

Reported by: intrigeri Assigned to: intrigeri (accepted)
Priority: low Milestone: 2.0
Component: metche Version: dev
Severity: minor Keywords:
Cc:

Description

'set +o' use in print_watched_files is not dash-compatible, use $- instead to save noglob status

Change History

01/23/06 01:49:40 changed by intrigeri

  • priority changed from normal to low.
  • severity changed from normal to minor.

01/31/06 02:32:01 changed by lunar

  • milestone changed from 1.0 to 1.1.

"#!/bin/bash" is current she-bang, everything should work currently.

04/07/06 14:51:46 changed by intrigeri

Also "shopt -s nullglob" is not dash-compatible.

09/15/06 15:28:13 changed by intrigeri

  • status changed from new to assigned.
  • milestone changed from 1.1 to 2.0.