204
205
206
207
208
209
210
211
|
(hash-table->alist removed))))
(if c
(begin
(print "# Changed vars")
(map (lambda (dat)(print (car dat) " " (cdr dat)))
(hash-table->alist changed)))))
(else
(debug:print 0 "ERROR: No dumpmode specified, use -dumpmode [bash|csh|config]")))))
|
|
|
204
205
206
207
208
209
210
211
|
(hash-table->alist removed))))
(if c
(begin
(print "# Changed vars")
(map (lambda (dat)(print (car dat) " " (cdr dat)))
(hash-table->alist changed)))))
(else
(debug:print 0 #f "ERROR: No dumpmode specified, use -dumpmode [bash|csh|config]")))))
|