Changeset 489 for branches/confman-1.9/confman.in
- Timestamp:
- 11/11/2009 14:32:46 (3 years ago)
- Location:
- branches/confman-1.9
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
confman.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/confman-1.9
-
branches/confman-1.9/confman.in
r488 r489 148 148 149 149 while diff "$logfile" "$orig_log" >/dev/null 2>&1 ; do 150 echo "Log message unchanged. (E)dit / (a)bort / (c)ontinue?" 150 echo "Log message unchanged. (E)dit / (a)bort / (c)ontinue?" >&3 151 151 read response 152 152 case "$response" in 153 153 [cC]*) break;; 154 154 [aA]*) return 1;; 155 ""|[eE]*) ${EDITOR} "$logfile" ;;155 ""|[eE]*) ${EDITOR} "$logfile" >&3;; 156 156 esac 157 157 done
Note: See TracChangeset
for help on using the changeset viewer.
