changeset 3845:c61184d37f3b

<oerjan> sed -i \'s/sh/bash/\' bin/ord
author HackBot
date Thu, 26 Sep 2013 23:09:50 +0000
parents 30212f437ffe
children f5cdc2df2f15
files bin/ord
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/ord	Thu Sep 26 14:10:36 2013 +0000
+++ b/bin/ord	Thu Sep 26 23:09:50 2013 +0000
@@ -1,2 +1,2 @@
-#!/bin/sh
+#!/bin/bash
 echo "$@" | perl -C7 -pe 'chomp; $_ = join(" ", map { ord } split //, $_);'