Imported from ../bash-2.05a.tar.gz.
[platform/upstream/bash.git] / builtins / shift.def
index e028d36..6db7c7f 100644 (file)
@@ -52,7 +52,7 @@ int
 shift_builtin (list)
      WORD_LIST *list;
 {
-  int times;
+  long times;
   register int count;
   WORD_LIST *temp;