summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorTim Edwards <tim@opencircuitdesign.com>2016-03-16 09:21:05 -0400
committerTim Edwards <tim@opencircuitdesign.com>2016-03-16 09:21:05 -0400
commit540729cc9e74a159189bb5ed5647d449dc272ff9 (patch)
tree56284cc6bac5700fbd8e9559aa590329635a669f /scripts
parent3b3d08114f277eb218b9b030ae592a5f25eb5e12 (diff)
Added back parsing of option "buffer" for backwards-comptibility
without breaking, although the option is non-functional.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/qflow.sh.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/qflow.sh.in b/scripts/qflow.sh.in
index a20abcb..2f3d343 100644
--- a/scripts/qflow.sh.in
+++ b/scripts/qflow.sh.in
@@ -128,6 +128,10 @@ while ($#argv > 0)
set dodisplay=1
shift
breaksw
+ case buffer:
+ echo "Note: option buffer is deprecated."
+ shift
+ breaksw
default:
if ($vsource != "") then
break