changeset 1416:91b23aadfef5

<GreyKnight> perl -p -i -e \'s|gktemp/the_list|the_list|\' bin/update
author HackBot
date Sat, 12 Jan 2013 00:18:40 +0000
parents 1313c9165020
children 8b5c84123e39
files bin/update
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/update	Sat Jan 12 00:18:03 2013 +0000
+++ b/bin/update	Sat Jan 12 00:18:40 2013 +0000
@@ -1,2 +1,2 @@
 #!/bin/sh
-echo "$(cat gktemp/the_list | xargs -d'\n'): update"
+echo "$(cat the_list | xargs -d'\n'): update"