8 lines
247 B
Text
8 lines
247 B
Text
--- scripts/move-to-front.orig Wed Jun 11 11:01:28 2008
|
|
+++ scripts/move-to-front Tue Apr 21 15:07:14 2015
|
|
@@ -1,4 +1,4 @@
|
|
-#!/bin/bash
|
|
+#!/bin/sh
|
|
if [ "$#" -eq 0 ] || [ "x$1" == "x--help" ]
|
|
then
|
|
echo "usage: move-to-front [PATCHES..] PATCH"
|