Skip to content

Commit

Permalink
Silence 'expr' output
Browse files Browse the repository at this point in the history
  • Loading branch information
rking authored and rking@sharpsaw.org committed Jan 24, 2013
1 parent 5e526ea commit b55c987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .sh/keys_console-caps==ctrl
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh #!/bin/sh
if [ -z "$I_LOVE_CAPS_LOCK" ] && expr "`tty`" : /dev/tty; then if [ -z "$I_LOVE_CAPS_LOCK" ] && expr "`tty`" : /dev/tty >/dev/null; then
,loadkeys ,loadkeys
fi fi

0 comments on commit b55c987

Please sign in to comment.