Explorar el Código

/bin/sh should be enough for launching

Alois Mahdal hace 8 años
padre
commit
77644162f6
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2
    2
      dotfiles/bmo/menu.ini

+ 2
- 2
dotfiles/bmo/menu.ini Ver fichero

@@ -48,12 +48,12 @@
48 48
 [menu.run]
49 49
 
50 50
     generator   = dmenu_path
51
-    consumer    = sed 's/$/ \&/' | bash -
51
+    consumer    = sed 's/$/ \&/' | sh -
52 52
 
53 53
 [menu.run_hist]
54 54
 
55 55
     generator   = tac .bmo-dmenu.log | awk '!seen[$0]++'
56
-    consumer    = tee -a .bmo-dmenu.log | sed 's/$/ \&/' | bash - >> .bmo-menu-run_hist.log 2>&1
56
+    consumer    = tee -a .bmo-dmenu.log | sed 's/$/ \&/' | sh - >> .bmo-menu-run_hist.log 2>&1
57 57
 
58 58
 [menu.browsers]
59 59