##// END OF EJS Templates
system commands are properly interpolated in sh profile again
vivainio -
Show More
@@ -166,7 +166,7 b' class IPApi:'
166
166
167 self.magic = ip.ipmagic
167 self.magic = ip.ipmagic
168
168
169 self.system = ip.ipsystem
169 self.system = ip.system
170
170
171 self.set_hook = ip.set_hook
171 self.set_hook = ip.set_hook
172
172
General Comments 0
You need to be logged in to leave comments. Login now